mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 18:35:57 +00:00
purge_intervals global: set '1 week old' to mean 7 days instead of 5 (???)
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
$purge_intervals = array(
|
$purge_intervals = array(
|
||||||
0 => __("Use default"),
|
0 => __("Use default"),
|
||||||
-1 => __("Never purge"),
|
-1 => __("Never purge"),
|
||||||
5 => __("1 week old"),
|
7 => __("1 week old"),
|
||||||
14 => __("2 weeks old"),
|
14 => __("2 weeks old"),
|
||||||
31 => __("1 month old"),
|
31 => __("1 month old"),
|
||||||
60 => __("2 months old"),
|
60 => __("2 months old"),
|
||||||
|
|||||||
Reference in New Issue
Block a user