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
In Rate Limiter Middleware , it is documented that it is not best option for large number of different identifiers (>16k) and as per source code this limitation is due to GO Map .
Can you please elaborate why this limitation exist and what kind of issues can be seen if we cross this limit?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
In Rate Limiter Middleware , it is documented that it is not best option for large number of different identifiers (>16k) and as per source code this limitation is due to GO Map .
Can you please elaborate why this limitation exist and what kind of issues can be seen if we cross this limit?
-Gaurav
All reactions