DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
API Development Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
API Development
Why does setting a token bucket's capacity EQUAL to the full intended long-run quota reintroduce a burst problem?
A
It doesn't reintroduce any problem, this is the recommended configuration
B
It permits a client to burst the ENTIRE quota instantly after being idle, similar in effect to the fixed-window boundary-doubling issue
C
This configuration is actually impossible to implement
D
Capacity has no relationship to burst behavior
Check Answer