1
0
mirror of https://github.com/minio/minio.git synced 2025-03-21 21:14:14 -04:00
Klaus Post b1c849bedc
Don't send a canceled context to Unlock ()
AFAICT we send a canceled context to unlock (and thereby releaseAll). This will cause network calls to fail.

Instead use background and add 30s timeout.
2024-09-09 08:49:49 -07:00
..