mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 12:29:49 +03:00
eed3b66d98
timer pattern should always involve a 'Stop()/Reset()' otherwise `time.NewTimer(duration).C` will always leak.