diff --git a/templates/application/config.php.erb b/templates/application/config.php.erb index ed10e80..565eea3 100644 --- a/templates/application/config.php.erb +++ b/templates/application/config.php.erb @@ -24,6 +24,7 @@ $CONFIG = array ( 'config_is_read_only' => true, 'csrf.disabled' => true, 'datadirectory' => '/var/www/html/data', + 'davstorage.request_timeout' => 86401, 'dbhost' => '<%= @dbhost %>', 'dbname' => '<%= @dbname %>', 'dbpassword' => '<%= @mysql_user_password %>',