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
Current middleware just waits a random time on each query except files requests. Here it a better idea. Keep a map of (RequestType, CallInfo). CallInfo represents sliding window of calls with size about 1 minute. If we got FloodException then we can count how much requests can be made and calculate delay.
The text was updated successfully, but these errors were encountered:
Current middleware just waits a random time on each query except files requests. Here it a better idea. Keep a map of (RequestType, CallInfo). CallInfo represents sliding window of calls with size about 1 minute. If we got FloodException then we can count how much requests can be made and calculate delay.
The text was updated successfully, but these errors were encountered: