We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1da383b + b5c3a80 commit 30f5177Copy full SHA for 30f5177
config/config.go
@@ -26,7 +26,7 @@ var (
26
CfgFlag = flag.String("config", "config.toml", "Configuration file (toml format)")
27
BackoffMaxElapsedTime time.Duration = 5 * time.Minute
28
Timeout time.Duration = time.Second
29
- mainnetMinHistoryDropSeconds = uint64((10 * day).Seconds())
+ mainnetMinHistoryDropSeconds = uint64((14 * day).Seconds())
30
testnetMinHistoryDropSeconds = uint64((2 * day).Seconds())
31
)
32
0 commit comments