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
BEGIN_COMMIT_OVERRIDE
feat: Introduce a per resource rate limit in addition to a global resource rate limit
feat: Set default rate limit of `5` for `SingleResourceMaxConcurrency` and `SingleNestedTableMaxConcurrency`
END_COMMIT_OVERRIDE
This introduces a rate limit on a resource + table + client basis. Prior to this we only had rate limits on a per table+ client basis and all resources shared the same concurrency bucket
This also adds a default value of 5 for both `singleResourceMaxConcurrency` and `singleNestedTableMaxConcurrency`
0 commit comments