mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-19 17:00:30 +00:00
Add a reconnection interval constant
This commit is contained in:
@@ -21,3 +21,4 @@ export const RATE_LIMIT_DELAY_MULTIPLIER_MS = process.env.RATE_LIMIT_DELAY_MULTI
|
||||
? parseInt(process.env.RATE_LIMIT_DELAY_MULTIPLIER_MS)
|
||||
: 1000;
|
||||
|
||||
export const REDIS_RECONNECT_INTERVAL = 30000;
|
||||
|
||||
Reference in New Issue
Block a user