summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-12-15 08:49:02 +0300
committerAndrew Dolgov <[email protected]>2020-12-15 08:49:02 +0300
commit8aa1b0fed63ec92015c0e61aa6a7da308ce57251 (patch)
tree3d912b4a93b53051c5f43354c1a1b7e157c40503 /backend.php
parent83962a85610c4237815d2dd419e58c5dd8ae0c6a (diff)
purge_intervals global: set '1 week old' to mean 7 days instead of 5 (???)
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 4c93f9b6d..4ee4b7862 100644
--- a/backend.php
+++ b/backend.php
@@ -56,7 +56,7 @@
$purge_intervals = array(
0 => __("Use default"),
-1 => __("Never purge"),
- 5 => __("1 week old"),
+ 7 => __("1 week old"),
14 => __("2 weeks old"),
31 => __("1 month old"),
60 => __("2 months old"),