minio/internal
Klaus Post bdb3db6dad
Add lock overload protection (#20876)
Reject new lock requests immediately when 1000 goroutines are queued 
for the local lock mutex.

We do not reject unlocking, refreshing, or maintenance; they add to the count.

The limit is set to allow for bursty behavior but prevent requests from 
overloading the server completely.
2025-01-31 11:54:34 -08:00
..
2024-01-17 23:03:17 -08:00
2023-03-04 20:57:35 -08:00
2024-01-17 23:03:17 -08:00