1
0
mirror of https://github.com/minio/minio.git synced 2025-04-13 15:59:34 -04:00
Klaus Post a6ffdf1dd4
Do not block on distributed unlocks ()
* 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.
2024-06-19 07:35:19 -07:00
..