Implement limits for maximum number of symbols in autocomplete

Implemented to avoid excessive memory usage when loading big files with
many unique words.
This commit is contained in:
Francesco Abbate
2020-11-14 23:48:56 +01:00
parent abad5cce0f
commit eb41569e8d
2 changed files with 14 additions and 1 deletions
+1
View File
@@ -16,5 +16,6 @@ config.line_height = 1.2
config.indent_size = 2
config.tab_type = "soft"
config.line_limit = 80
config.max_symbols = 2000
return config