We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8317268 commit e70195fCopy full SHA for e70195f
tests/integration_tests/performance/test_rate_limiter.py
@@ -19,7 +19,7 @@
19
RATE_LIMIT_BYTES = 10485760
20
21
# The initial token bucket size
22
-BURST_SIZE = 104857600
+BURST_SIZE = RATE_LIMIT_BYTES * 50
23
24
# The refill time for the token bucket
25
REFILL_TIME_MS = 100
0 commit comments