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
This change increases the API's capacity to handle sudden spikes in
traffic. By allowing a burst size of 100, the system can accommodate
more incoming requests within the rate interval without immediately
rejecting excess traffic.
Sometimes, the UI can generate a high volume of requests within the rate
interval, which could lead to a 429 status code (Too Many Requests).
This adjustment helps prevent such errors and improves the overall user
experience.
0 commit comments