storagenode/garbagecollection: increase MaxTimeSkew to be higher than satellite MaxCommitInterval

Change-Id: I86f8d0b44bea3aa005ff26d52588611c59df5e9a
This commit is contained in:
littleskunk 2019-12-08 22:02:04 +01:00 committed by jens
parent 56a3b62bef
commit 9d1faeee58

View File

@ -28,7 +28,7 @@ var (
// Config defines parameters for the retain service.
type Config struct {
MaxTimeSkew time.Duration `help:"allows for small differences in the satellite and storagenode clocks" default:"24h0m0s"`
MaxTimeSkew time.Duration `help:"allows for small differences in the satellite and storagenode clocks" default:"72h0m0s"`
Status Status `help:"allows configuration to enable, disable, or test retain requests from the satellite. Options: (disabled/enabled/debug)" default:"disabled"`
Concurrency int `help:"how many concurrent retain requests can be processed at the same time." default:"5"`
}