Re-enable the default retrystrategy

This commit is contained in:
rijkvanzanten
2021-08-17 17:45:13 -04:00
parent f933663972
commit 3ec8d6443d

View File

@@ -52,7 +52,6 @@ function getConfig(store: 'memory' | 'redis' | 'memcache' = 'memory', ttl: numbe
config.store = new KeyvRedis(env.CACHE_REDIS || getConfigFromEnv('CACHE_REDIS_'), {
commandTimeout: 500,
retryStrategy: false,
});
}