Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 2a368965fba..6ea7ea6fc1a 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -970,6 +970,14 @@ $CONFIG = array(
'cache_path' => '',
/**
+ * TTL of files located in the cache folder before they're removed by
+ * garbage collection (in seconds). Increase this value if users have
+ * issues uploading very large files via the ownCloud Client as upload isn't
+ * completed within one day.
+ */
+'cache_folder_gc_ttl' => 86400, // 60*60*24 = 1 day
+
+/**
* Using Object Store with ownCloud
*/