config/config.php-2023-12-15 2023-12-15 05:29:36.919611846 +0900 +++ config/config.php 2023-12-15 18:00:31.483939649 +0900 @@ -26,13 +26,15 @@ 'log_type' => 'file', 'logfile' => '/var/log/nextcloud.log', 'loglevel' => 0, - 'memcache.local' => '\\OC\\Memcache\\Redis', + 'filelocking.enabled' => true, + 'memcache.locking' => '\OC\Memcache\Redis', + 'memcache.distributed' => '\OC\Memcache\Redis', + 'memcache.local' => '\OC\Memcache\\Redis', 'redis' => array ( 'host' => '127.0.0.1', 'port' => '6379', - 'dbindex' => 1, - 'timeout' => 1.5, + 'timeout' => 0.0, ), 'versions_retention_obligation' => '14,auto', 'updater.release.channel' => 'stable', ; Only numbers between 200 and 1000000 are allowed. 19