Skip to content

Commit 9ada4ac

Browse files
committed
[config] Increase history size
1 parent 225fea4 commit 9ada4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/app/controller/engineHistory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"syscall"
1313
)
1414

15-
const maxHistorySize = 10
15+
const maxHistorySize = 50
1616
const stateFilename = "gc-state.json"
1717
const backupFilename = "gc-state.backup.gz"
1818

0 commit comments

Comments
 (0)