mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-23 12:02:10 +03:00
parent
c98a8a2258
commit
d72068eb99
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user