From 42b8d9c2d69e29eaa0eda7f618275070efa2d484 Mon Sep 17 00:00:00 2001 From: JanDragon <40271530+JanDragon@users.noreply.github.com> Date: Thu, 16 Jan 2020 07:37:35 +0100 Subject: [PATCH] Update config.sample.php --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 929c95b97a..d606e33d6a 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -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