mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 21:44:16 +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">
|
<img src="https://raw.githubusercontent.com/vinifmor/bauh-files/master/pictures/releases/0.10.3/check_ssl.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
- the default value for `suggestions.by_type` is now `20`.
|
- the default value for `suggestions.by_type` is now `15`.
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
- Arch
|
- Arch
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ class CoreConfigManager(YAMLConfigManager):
|
|||||||
},
|
},
|
||||||
'suggestions': {
|
'suggestions': {
|
||||||
'enabled': True,
|
'enabled': True,
|
||||||
'by_type': 20
|
'by_type': 15
|
||||||
},
|
},
|
||||||
'ui': {
|
'ui': {
|
||||||
'table': {
|
'table': {
|
||||||
|
|||||||
Reference in New Issue
Block a user