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
Prevent querying the stations list too much. The limit is 2 requests per second, with an additional burst of 6. Passing this limit will cause 503 responses and the auto-complete list will temporary disappear.
Proposed solution:
The station name auto-complete should wait 300ms before searching. If in this period, another character is typed, the interval should be reset. Once the interval has elapsed, the text which is then typed should be searched.
The text was updated successfully, but these errors were encountered:
Prevent querying the stations list too much. The limit is 2 requests per second, with an additional burst of 6. Passing this limit will cause 503 responses and the auto-complete list will temporary disappear.
Proposed solution:
The station name auto-complete should wait 300ms before searching. If in this period, another character is typed, the interval should be reset. Once the interval has elapsed, the text which is then typed should be searched.
The text was updated successfully, but these errors were encountered: