Update config.sample.php
This commit is contained in:
parent
916b52e097
commit
42b8d9c2d6
|
@ -1496,7 +1496,7 @@ $CONFIG = array(
|
|||
*
|
||||
* Defaults to ``1800`` (seconds)
|
||||
*/
|
||||
'(int)$this->config->getSystemValue('external_storage.auth_availability_delay', 1800),
|
||||
$this->config->getSystemValueInt('external_storage.auth_availability_delay', 1800),
|
||||
|
||||
/**
|
||||
* Specifies how often the local filesystem (the Nextcloud data/ directory, and
|
||||
|
|
Loading…
Reference in New Issue