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 55ff323 commit 043c8b7Copy full SHA for 043c8b7
src/utils/redis.ts
@@ -31,7 +31,7 @@ if (config.redis?.enabled) {
31
client.connect();
32
exportClient = client;
33
34
- const timeoutDuration = 200;
+ const timeoutDuration = 40;
35
const get = client.get.bind(client);
36
exportClient.get = (key) => new Promise((resolve, reject) => {
37
const timeout = setTimeout(() => reject(), timeoutDuration);
0 commit comments