Skip to content

Commit

Permalink
Change default history keep to 10
Browse files Browse the repository at this point in the history
It must have gotten lost during the refacotirng
  • Loading branch information
ccremer committed Mar 18, 2020
1 parent 8358bbe commit 9d8d9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/types.go
Expand Up @@ -42,7 +42,7 @@ func NewDefaultConfig() *Configuration {
SortCriteria: "version",
},
History: HistoryConfig{
Keep: 0,
Keep: 10,
},
Orphan: OrphanConfig{
OlderThan: "2mo",
Expand Down

0 comments on commit 9d8d9de

Please sign in to comment.