You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: satellite/reputation/config.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ type Config struct {
33
33
SuspensionGracePeriod time.Duration`help:"the time period that must pass before suspended nodes will be disqualified" releaseDefault:"168h" devDefault:"1h"`
34
34
SuspensionDQEnabledbool`help:"whether nodes will be disqualified if they have been suspended for longer than the suspended grace period" releaseDefault:"false" devDefault:"true"`
35
35
AuditCountint64`help:"the number of times a node has been audited to not be considered a New Node" releaseDefault:"100" devDefault:"0"`
36
+
MinimumNodeAge time.Duration`help:"the minimum age a node must have since creation before being vetted" releaseDefault:"504h" devDefault:"0h"`
36
37
AuditHistoryAuditHistoryConfig
37
38
FlushInterval time.Duration`help:"the maximum amount of time that should elapse before cached reputation writes are flushed to the database (if 0, no reputation cache is used)" releaseDefault:"2h" devDefault:"2m"`
38
39
ErrorRetryInterval time.Duration`help:"the amount of time that should elapse before the cache retries failed database operations" releaseDefault:"1m" devDefault:"5s"`
0 commit comments