mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 20:50:22 +03:00
Revert "xl: CreateFile shouldn't prematurely timeout (#11854)"
This reverts commit 922c7b57f5.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user