1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 07:05:56 +00:00

purge_intervals global: set '1 week old' to mean 7 days instead of 5 (???)

This commit is contained in:
Andrew Dolgov
2020-12-15 08:49:02 +03:00
parent 83962a8561
commit 8aa1b0fed6

View File

@@ -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"),