mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 12:40:24 +03:00
Add detailed scanner metrics (#15161)
This commit is contained in:
@@ -90,7 +90,7 @@ func newErasureSingle(ctx context.Context, storageDisk StorageAPI, format *forma
|
||||
format: format,
|
||||
nsMutex: newNSLock(false),
|
||||
bp: bp,
|
||||
deletedCleanupSleeper: newDynamicSleeper(10, 2*time.Second),
|
||||
deletedCleanupSleeper: newDynamicSleeper(10, 2*time.Second, false),
|
||||
}
|
||||
|
||||
// start cleanup stale uploads go-routine.
|
||||
|
||||
Reference in New Issue
Block a user