[core.config] improvement: default value for the property 'suggestions.by_type' changed to 20

This commit is contained in:
Vinicius Moreira
2022-05-20 11:43:32 -03:00
parent 62a1c4fa3b
commit dbef9a8964
3 changed files with 4 additions and 2 deletions

View File

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