mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
Add support for timeouts for locks (#4377)
This commit is contained in:
@@ -61,3 +61,6 @@ var errInvalidRange = errors.New("Invalid range")
|
||||
// errInvalidRangeSource - returned when given range value exceeds
|
||||
// the source object size.
|
||||
var errInvalidRangeSource = errors.New("Range specified exceeds source object size")
|
||||
|
||||
// errOperationTimedOut - operation timed out.
|
||||
var errOperationTimedOut = errors.New("Operation timed out")
|
||||
|
||||
Reference in New Issue
Block a user