This commit is contained in:
chrislu
2025-12-04 10:40:01 -08:00
parent 39ba19eea6
commit 8d110b29dd
6 changed files with 6 additions and 0 deletions

View File

@@ -204,3 +204,4 @@ func (q *CleanupQueue) OldestAge() time.Duration {
return time.Since(item.queueTime)
}

View File

@@ -368,3 +368,4 @@ func TestCleanupQueue_Concurrent(t *testing.T) {
_ = q.Len()
}