increase audit timeout (#2208)
This commit is contained in:
parent
0aae26d78b
commit
319cc77a34
@ -28,7 +28,7 @@ type Config struct {
|
||||
MaxRetriesStatDB int `help:"max number of times to attempt updating a statdb batch" default:"3"`
|
||||
Interval time.Duration `help:"how frequently segments are audited" default:"30s"`
|
||||
MinBytesPerSecond memory.Size `help:"the minimum acceptable bytes that storage nodes can transfer per second to the satellite" default:"128B"`
|
||||
MinDownloadTimeout time.Duration `help:"the minimum duration for downloading a share from storage nodes before timing out" default:"5s"`
|
||||
MinDownloadTimeout time.Duration `help:"the minimum duration for downloading a share from storage nodes before timing out" default:"25s"`
|
||||
MaxReverifyCount int `help:"limit above which we consider an audit is failed" default:"3"`
|
||||
}
|
||||
|
||||
|
2
scripts/testdata/satellite-config.yaml.lock
vendored
2
scripts/testdata/satellite-config.yaml.lock
vendored
@ -11,7 +11,7 @@
|
||||
# audit.min-bytes-per-second: 128 B
|
||||
|
||||
# the minimum duration for downloading a share from storage nodes before timing out
|
||||
# audit.min-download-timeout: 5s
|
||||
# audit.min-download-timeout: 25s
|
||||
|
||||
# how frequently checker should check for bad segments
|
||||
# checker.interval: 30s
|
||||
|
Loading…
Reference in New Issue
Block a user