Revert "xl: CreateFile shouldn't prematurely timeout (#11854)"

This reverts commit 922c7b57f5.
This commit is contained in:
Harshavardhana
2021-03-23 23:47:13 -07:00
parent e80239a661
commit 21cfc4aa49
3 changed files with 7 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ import (
const (
dataScannerSleepPerFolder = time.Millisecond // Time to wait between folders.
dataScannerStartDelay = 5 * time.Minute // Time to wait on startup and between cycles.
dataScannerStartDelay = 1 * time.Minute // Time to wait on startup and between cycles.
dataUsageUpdateDirCycles = 16 // Visit all folders every n cycles.
healDeleteDangling = true