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
Hi - I noticed that the API allows a Limiter and a SimpleStrategy to be created with different initial limits. Is this intended, or should they always be the same? Ex:
The reason I ask is the concurrency-limits library's SimpleLimiter doesn't allow a different limit value, so I wanted to see if I'm missing a use case for this.
The text was updated successfully, but these errors were encountered:
Hi - I noticed that the API allows a
Limiter
and aSimpleStrategy
to be created with different initial limits. Is this intended, or should they always be the same? Ex:The reason I ask is the concurrency-limits library's
SimpleLimiter
doesn't allow a different limit value, so I wanted to see if I'm missing a use case for this.The text was updated successfully, but these errors were encountered: