1
0
mirror of https://github.com/minio/minio.git synced 2025-02-18 17:12:31 -05:00
minio/internal/dsync
Harshavardhana ae4ee95d25
change default lock retry interval to 50ms ()
competing calls on the same object on versioned bucket
mutating calls on the same object may unexpected have
higher delays.

This can be reproduced with a replicated bucket
overwriting the same object writes, deletes repeatedly.

For longer locks like scanner keep the 1sec interval
2022-08-19 16:21:05 -07:00
..