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
Was trying to add the memory limiter (and pg,mysql and redis limiter) to a project.
But when writing my tests I saw a small discrepancy between the result of the memory limiter and the other ones.
When you create a new memory limiter with let's say 5 points, And we use the .set() api to set a key to 10 points.
When getting the response of a .get() it shows the "remaining" as -5 while for the other limiters (mentioned above) it results in 0.
Thanks In Advance
The text was updated successfully, but these errors were encountered:
Hey,
Was trying to add the memory limiter (and pg,mysql and redis limiter) to a project.
But when writing my tests I saw a small discrepancy between the result of the memory limiter and the other ones.
When you create a new memory limiter with let's say 5 points, And we use the .set() api to set a key to 10 points.
When getting the response of a .get() it shows the "remaining" as -5 while for the other limiters (mentioned above) it results in 0.
Thanks In Advance
The text was updated successfully, but these errors were encountered: