config.php: Increase davstorage request timeout to support bigger files.
This commit is contained in:
parent
b4ce0046de
commit
d07ed76d36
|
@ -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 %>',
|
||||
|
|
Loading…
Reference in a new issue