Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tenantrate: allow
TestCloser
to run on up to 180 cores machines
Currently, `TestCloser` only runs as expected on machines with <= 45 cores. When the number of cores is more than 45, the initial `burst` value will make the initial `current` tokens value in the token bucket high enough to allow the request to acquire quota on the fast path instead of waiting. This code change quadruples the number of cores on which this test can run normally by quadrupling the request size. Release note: None Epic: none Closes cockroachdb#96467
- Loading branch information