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
SilverStripe Framework provides us SilverStripe\Core\Cache\RateLimiter which may (or may not) provide the same service for less code. It'd mean less maintenance too. Is it possible to make the replacement?
The text was updated successfully, but these errors were encountered:
It should be straightforward to apply the RateLimitMiddleware to the VersionFeedController which would do away with the need for your own rate limiter.
SilverStripe Framework provides us
SilverStripe\Core\Cache\RateLimiter
which may (or may not) provide the same service for less code. It'd mean less maintenance too. Is it possible to make the replacement?The text was updated successfully, but these errors were encountered: