mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-05 18:26:40 +00:00
add redis rate limiter
This commit is contained in:
@@ -398,7 +398,7 @@ if (redisManager.isRedisEnabled()) {
|
||||
});
|
||||
logger.info(`WebSocket handler initialized with Redis support - Node ID: ${NODE_ID}`);
|
||||
} else {
|
||||
logger.info('WebSocket handler initialized in local mode (Redis disabled)');
|
||||
logger.debug('WebSocket handler initialized in local mode (Redis disabled)');
|
||||
}
|
||||
|
||||
// Cleanup function for graceful shutdown
|
||||
|
||||
Reference in New Issue
Block a user