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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user