You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
The S3 implementation currently has a SemaphoreClient that limits concurrent requests, this is useful beyond just S3, confuses the implementation, and dates from a time when ObjectStore was not object-safe.
Proposal
I would like a LimitStore that wraps a <T: ObjectStore> much like ThrottledStore and provides a configurable concurrency limit.
The text was updated successfully, but these errors were encountered:
Problem
The S3 implementation currently has a
SemaphoreClient
that limits concurrent requests, this is useful beyond just S3, confuses the implementation, and dates from a time when ObjectStore was not object-safe.Proposal
I would like a
LimitStore
that wraps a<T: ObjectStore>
much likeThrottledStore
and provides a configurable concurrency limit.The text was updated successfully, but these errors were encountered: