[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

@@ -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

View File

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