update NodeSelectionConfig.OnlineWindow to 4hr default (#3082)
This commit is contained in:
parent
a2b1e9fa95
commit
ce3203e910
@ -29,7 +29,7 @@ type NodeSelectionConfig struct {
|
||||
AuditCount int64 `help:"the number of times a node has been audited to not be considered a New Node" releaseDefault:"100" devDefault:"0"`
|
||||
NewNodePercentage float64 `help:"the percentage of new nodes allowed per request" default:"0.05"` // TODO: fix, this is not percentage, it's ratio
|
||||
MinimumVersion string `help:"the minimum node software version for node selection queries" default:""`
|
||||
OnlineWindow time.Duration `help:"the amount of time without seeing a node before its considered offline" default:"1h"`
|
||||
OnlineWindow time.Duration `help:"the amount of time without seeing a node before its considered offline" default:"4h"`
|
||||
DistinctIP bool `help:"require distinct IPs when choosing nodes for upload" releaseDefault:"true" devDefault:"false"`
|
||||
|
||||
AuditReputationRepairWeight float64 `help:"weight to apply to audit reputation for total repair reputation calculation" default:"1.0"`
|
||||
|
2
scripts/testdata/satellite-config.yaml.lock
vendored
2
scripts/testdata/satellite-config.yaml.lock
vendored
@ -290,7 +290,7 @@ kademlia.operator.wallet: ""
|
||||
# overlay.node.new-node-percentage: 0.05
|
||||
|
||||
# the amount of time without seeing a node before its considered offline
|
||||
# overlay.node.online-window: 1h0m0s
|
||||
# overlay.node.online-window: 4h0m0s
|
||||
|
||||
# the number of times a node's uptime has been checked to not be considered a New Node
|
||||
# overlay.node.uptime-count: 100
|
||||
|
Loading…
Reference in New Issue
Block a user