From 1a202d9746475fdf90495d1b40731da11acaa58d Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Fri, 27 May 2022 08:36:37 -0300 Subject: [PATCH] [core] default suggestions by type value is now 15 --- CHANGELOG.md | 2 +- bauh/view/core/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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': {