mirror of
https://github.com/minio/minio.git
synced 2026-02-06 15:27:11 +00:00
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. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| drwmutex_test.go | ||
| drwmutex.go | ||
| dsync_test.go | ||
| dsync-client_test.go | ||
| dsync-server_test.go | ||
| dsync.go | ||
| lock-args_gen_test.go | ||
| lock-args_gen.go | ||
| lock-args.go | ||
| locked_rand.go | ||
| locker.go | ||
| utils.go | ||