Reduce temporary file clean-up waits (#16110)

This commit is contained in:
Klaus Post
2022-11-22 16:23:36 +01:00
committed by GitHub
parent 08103870a5
commit 98ba622679
4 changed files with 17 additions and 16 deletions

View File

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