Skip to content

Commit

Permalink
fix(redis): keepalive ping (30s) (#27249)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanbutselaar committed Feb 14, 2024
1 parent 10b9eea commit 0867de8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/cache/package/redis.ts
Expand Up @@ -102,6 +102,7 @@ export async function init(
return Math.min(retries * 100, 3000);
},
},
pingInterval: 30000, // 30s
});
await client.connect();
}

0 comments on commit 0867de8

Please sign in to comment.