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