[core] default suggestions by type value is now 15

This commit is contained in:
Vinicius Moreira
2022-05-27 08:36:37 -03:00
parent ef34bc51ad
commit 1a202d9746
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ class CoreConfigManager(YAMLConfigManager):
},
'suggestions': {
'enabled': True,
'by_type': 20
'by_type': 15
},
'ui': {
'table': {