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:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2015-09-11 21:06:42 +0300
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2015-09-15 17:08:54 +0300
commitd57f3bf9cc8796e89290ea1462eaaf2553922d07 (patch)
treeac119ece06ddc584406fc12e9136c7bc341c2c15 /config
parentc3dc5b0317fed0e5beeb3f9480ca89ba2606da6d (diff)
Update options description
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php13
1 files changed, 6 insertions, 7 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index a6d3fbcb659..b9035e3988a 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -448,14 +448,13 @@ $CONFIG = array(
* ownCloud 8.1 and before.
*
* Available values:
- * ``auto`` default setting. keeps versions for 30 days and automatically
- * deletes anytime after that if space is needed (note: files
- * may not be deleted if space is not needed).
- * ``D, auto`` keep versions for D+ days, delete anytime if space needed
- * (note: files may not be deleted
- * if space is not needed)
+ * ``auto`` default setting. Automatically expire versions according to
+ * expire rules. Please refer to Files_versions online documentation
+ * for more info.
+ * ``D, auto`` keep versions at least for D days, apply expire rules to all
+ * versions that older than D days
* * ``auto, D`` delete all versions that are older than D days automatically,
- * delete other files anytime if space needed
+ * delete other versions according to expire rules
* * ``D1, D2`` keep versions for at least D1 days and delete when exceeds D2 days
* ``disabled`` versions auto clean disabled, versions will be kept forever
*/