diff --git a/Containers/nextcloud/config/redis.config.php b/Containers/nextcloud/config/redis.config.php index 94bedcf5..4a7d4a53 100644 --- a/Containers/nextcloud/config/redis.config.php +++ b/Containers/nextcloud/config/redis.config.php @@ -7,8 +7,8 @@ if (getenv('REDIS_MODE') !== 'rediscluster') { if (getenv('REDIS_HOST')) { $CONFIG['redis']['host'] = (string) getenv('REDIS_HOST'); - $CONFIG['redis']['timeout'] = 1.5; - $CONFIG['redis']['read_timeout'] = 1.5; + $CONFIG['redis']['timeout'] = 3.0; + $CONFIG['redis']['read_timeout'] = 10.0; } if (getenv('REDIS_HOST_PASSWORD')) {