diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a38c0b..d9b2be57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- - the default value for `suggestions.by_type` is now `20`. + - the default value for `suggestions.by_type` is now `15`. ### Fixes - Arch diff --git a/bauh/view/core/config.py b/bauh/view/core/config.py index 2db395a8..2b2c5ee4 100644 --- a/bauh/view/core/config.py +++ b/bauh/view/core/config.py @@ -30,7 +30,7 @@ class CoreConfigManager(YAMLConfigManager): }, 'suggestions': { 'enabled': True, - 'by_type': 20 + 'by_type': 15 }, 'ui': { 'table': {