- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for BitrotScanCycle (0.06 sec)
-
internal/config/heal/heal.go
// -1: bitrot enabled, 0: bitrot disabled, > 0: bitrot cycle bitrotCycle time.Duration } } // BitrotScanCycle returns the configured cycle for the scanner healing // - '-1' for not enabled // - '0' for continuous bitrot scanning // - '> 0' interval duration between cycles func (opts Config) BitrotScanCycle() (d time.Duration) { configMutex.RLock() defer configMutex.RUnlock() return opts.cache.bitrotCycle }Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Mon Nov 04 19:06:02 UTC 2024 - 4.9K bytes - Viewed (0)