mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 14:14:06 +00:00
package (and their typing) updates
This commit is contained in:
@@ -9,7 +9,8 @@ if (!process.env["SPOTMGR_REDIS_URI"])
|
||||
const redisClient: ReturnType<typeof createClient> = createClient({
|
||||
url: process.env["SPOTMGR_REDIS_URI"],
|
||||
socket: {
|
||||
keepAlive: 25 * 1000, // 25s
|
||||
keepAlive: true,
|
||||
keepAliveInitialDelay: 25 * 1000, // 25s
|
||||
connectTimeout: 15 * 1000,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user