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 works, but doesn't survive service restarts (tokens get resetted every time the service restarts). From what I could find, it's using internally a memory store for tokens.
How can I change the store used for tokens? I'd prefer to use postgres for persistence if possible, but any kind of persistence will do.
The text was updated successfully, but these errors were encountered:
I am using .Net RateLimiting and specifically the TokenBucketRateLimiter. Example:
This works, but doesn't survive service restarts (tokens get resetted every time the service restarts). From what I could find, it's using internally a memory store for tokens.
How can I change the store used for tokens? I'd prefer to use postgres for persistence if possible, but any kind of persistence will do.
The text was updated successfully, but these errors were encountered: