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 f96ba2d commit d9d04afCopy full SHA for d9d04af
1 file changed
src/core/shared/clients/kv.ts
@@ -53,6 +53,9 @@ function createRedisClient() {
53
// behind the auto-reconnect. Preserves the {status: 'error'} envelope on
54
// pingKv() and keeps /api/health snappy during Redis outages.
55
disableOfflineQueue: true,
56
+ socket: {
57
+ socketTimeout: 10_000,
58
+ },
59
})
60
61
client.on('error', (error) => {
0 commit comments