mirror of https://github.com/minio/minio.git
Browse Source
context deadline was introduced to avoid a slow transfer from blocking replication queue(s) shared by other buckets that may not be under throttling. This PR removes this context deadline for larger objects since they are anyway restricted to a limited set of workers. Otherwise, objects would get dequeued when the throttle limit is exceeded and cannot proceed within the deadline.pull/20185/head RELEASE.2024-07-29T22-14-52Z

committed by
GitHub

1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue