From d901bc6a8240ffc8cfbfa5dbe819fef15901d60d Mon Sep 17 00:00:00 2001 From: kbhat1 Date: Mon, 24 Jun 2024 14:30:54 -0400 Subject: [PATCH] Update default --- config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.go b/config/config.go index 9330674..4017ace 100644 --- a/config/config.go +++ b/config/config.go @@ -102,5 +102,6 @@ func DefaultStateStoreConfig() StateStoreConfig { KeepRecent: DefaultSSKeepRecent, PruneIntervalSeconds: DefaultSSPruneInterval, ImportNumWorkers: DefaultSSImportWorkers, + KeepLastVersion: true, } }