mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[core] default suggestions by type value is now 15
This commit is contained in:
@@ -37,7 +37,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
<img src="https://raw.githubusercontent.com/vinifmor/bauh-files/master/pictures/releases/0.10.3/check_ssl.png">
|
||||
</p>
|
||||
|
||||
- the default value for `suggestions.by_type` is now `20`.
|
||||
- the default value for `suggestions.by_type` is now `15`.
|
||||
|
||||
### Fixes
|
||||
- Arch
|
||||
|
||||
@@ -30,7 +30,7 @@ class CoreConfigManager(YAMLConfigManager):
|
||||
},
|
||||
'suggestions': {
|
||||
'enabled': True,
|
||||
'by_type': 20
|
||||
'by_type': 15
|
||||
},
|
||||
'ui': {
|
||||
'table': {
|
||||
|
||||
Reference in New Issue
Block a user