From 9d8d9de82767866822a65022974b4bdb636a952b Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 18 Mar 2020 16:56:00 +0100 Subject: [PATCH] Change default history keep to 10 It must have gotten lost during the refacotirng --- cfg/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/types.go b/cfg/types.go index 65a5d95..abc6831 100644 --- a/cfg/types.go +++ b/cfg/types.go @@ -42,7 +42,7 @@ func NewDefaultConfig() *Configuration { SortCriteria: "version", }, History: HistoryConfig{ - Keep: 0, + Keep: 10, }, Orphan: OrphanConfig{ OlderThan: "2mo",