mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
keep crawler cycle at 5 minutes
This commit is contained in:
parent
2a8e40f19f
commit
309b10f201
@ -43,7 +43,7 @@ import (
|
||||
const (
|
||||
dataCrawlSleepPerFolder = time.Millisecond // Time to wait between folders.
|
||||
dataCrawlSleepDefMult = 10.0 // Default multiplier for waits between operations.
|
||||
dataCrawlStartDelay = 5 * time.Second // Time to wait on startup and between cycles.
|
||||
dataCrawlStartDelay = 5 * time.Minute // Time to wait on startup and between cycles.
|
||||
dataUsageUpdateDirCycles = 16 // Visit all folders every n cycles.
|
||||
|
||||
healDeleteDangling = true
|
||||
|
Loading…
Reference in New Issue
Block a user