keep crawler cycle at 5 minutes

This commit is contained in:
Harshavardhana 2020-08-24 14:05:12 -07:00
parent 2a8e40f19f
commit 309b10f201

View File

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