Skip to content

Commit

Permalink
Use 60 days as history scavenger min age
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminc committed Sep 6, 2022
1 parent ae33851 commit 2d200ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/worker/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func NewConfig(dc *dynamicconfig.Collection, persistenceConfig *config.Persisten
),
HistoryScannerDataMinAge: dc.GetDurationProperty(
dynamicconfig.HistoryScannerDataMinAge,
90*24*time.Hour,
60*24*time.Hour,
),
},
EnableBatcher: dc.GetBoolProperty(dynamicconfig.EnableBatcher, true),
Expand Down

0 comments on commit 2d200ad

Please sign in to comment.