mirror of
https://github.com/minio/minio.git
synced 2025-01-16 01:03:15 -05:00
a6ffdf1dd4
* Prevents blocking when losing quorum (standard on cluster restarts). * Time out to prevent endless buildup. Timed-out remote locks will be canceled because they miss the refresh anyway. * Reduces latency for all calls since the wall time for the roundtrip to remotes no longer adds to the requests.