mirror of
https://github.com/lingble/twenty.git
synced 2025-11-01 21:27:58 +00:00
@@ -18,7 +18,9 @@ export class RedisClientService implements OnModuleDestroy {
|
|||||||
throw new Error('REDIS_URL must be defined');
|
throw new Error('REDIS_URL must be defined');
|
||||||
}
|
}
|
||||||
|
|
||||||
this.redisClient = new IORedis(redisUrl);
|
this.redisClient = new IORedis(redisUrl, {
|
||||||
|
maxRetriesPerRequest: null,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.redisClient;
|
return this.redisClient;
|
||||||
|
|||||||
Reference in New Issue
Block a user