|
|
|
@ -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 |
|
|
|
|