mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 14:10:25 +03:00
Reduce temporary file clean-up waits (#16110)
This commit is contained in:
@@ -381,6 +381,10 @@ var (
|
||||
|
||||
globalConnReadDeadline time.Duration
|
||||
globalConnWriteDeadline time.Duration
|
||||
|
||||
// Controller for deleted file sweeper.
|
||||
deletedCleanupSleeper = newDynamicSleeper(5, 25*time.Millisecond, false)
|
||||
|
||||
// Add new variable global values here.
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user