mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
ab7d3cd508
Change distributed locking to allow taking bulk locks across objects, reduces usually 1000 calls to 1. Also allows for situations where multiple clients sends delete requests to objects with following names ``` {1,2,3,4,5} ``` ``` {5,4,3,2,1} ``` will block and ensure that we do not fail the request on each other. |
||
---|---|---|
.. | ||
checkdeps.sh | ||
cross-compile.sh | ||
gateway-tests.sh | ||
gen-ldflags.go | ||
race.sh | ||
verify-build.sh | ||
verify-healing.sh |