mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[core.config] improvement: default value for the property 'suggestions.by_type' changed to 20
This commit is contained in:
@@ -30,7 +30,7 @@ class CoreConfigManager(YAMLConfigManager):
|
||||
},
|
||||
'suggestions': {
|
||||
'enabled': True,
|
||||
'by_type': 10
|
||||
'by_type': 20
|
||||
},
|
||||
'ui': {
|
||||
'table': {
|
||||
|
||||
Reference in New Issue
Block a user