summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/private/legacy/filechunking.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/legacy/filechunking.php b/lib/private/legacy/filechunking.php
index f58497a3c98..9b8a5a6f766 100644
--- a/lib/private/legacy/filechunking.php
+++ b/lib/private/legacy/filechunking.php
@@ -48,7 +48,7 @@ class OC_FileChunking {
*/
public function __construct($info) {
$this->info = $info;
- $this->ttl = \OC::$server->getConfig()->getSystemValue('cache_folder_gc_ttl', 86400);
+ $this->ttl = \OC::$server->getConfig()->getSystemValue('cache_chunk_gc_ttl', 86400);
}
public function getPrefix() {