We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b68dfd commit c8c250dCopy full SHA for c8c250d
packages/sdk-socket-server-next/src/analytics-api.ts
@@ -71,6 +71,7 @@ export const getRedisOptions = (
71
const options: RedisOptions = {
72
...(isTls && tlsOptions),
73
connectTimeout: 30000,
74
+ keepAlive: 369,
75
maxRetriesPerRequest: 4,
76
retryStrategy: (times) => Math.min(times * 30, 1000),
77
reconnectOnError: (error) => {
0 commit comments