updateRateLimiters method
void
updateRateLimiters()
Update rate limiters with new configuration (useful when config changes)
Implementation
void updateRateLimiters() {
RateLimitController.instance.updateRateLimiters();
ObslyLogger.debug('Rate limiters updated from EventController');
}