dropbox / load_management

This repository contains Go utilities for managing isolation and improving reliability of multi-tenant systems.
Apache License 2.0
54 stars 15 forks source link

[ac] replace time.After with time.NewTimer #13

Closed LK4D4 closed 5 years ago

LK4D4 commented 5 years ago

It's possible to leave a lot of stray timers under high load with time.After