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
It would be nice if @ratelimiting can be used on class level. It enables the rate limiting on all public methods. Maybe we can also use a @IgnoreRateLimiting to exclude a method. The question is should the method level @ratelimiting annotation overrides the class level annotation completely or should we have two independent configurations.
It would be nice if @ratelimiting can be used on class level. It enables the rate limiting on all public methods. Maybe we can also use a @IgnoreRateLimiting to exclude a method. The question is should the method level @ratelimiting annotation overrides the class level annotation completely or should we have two independent configurations.
The text was updated successfully, but these errors were encountered: