mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 00:45:55 +00:00
add 15 minute feed update interval
This commit is contained in:
@@ -102,6 +102,7 @@
|
|||||||
$update_intervals = array(
|
$update_intervals = array(
|
||||||
0 => __("Use default"),
|
0 => __("Use default"),
|
||||||
-1 => __("Disable updates"),
|
-1 => __("Disable updates"),
|
||||||
|
15 => __("Each 15 minutes"),
|
||||||
30 => __("Each 30 minutes"),
|
30 => __("Each 30 minutes"),
|
||||||
60 => __("Hourly"),
|
60 => __("Hourly"),
|
||||||
240 => __("Each 4 hours"),
|
240 => __("Each 4 hours"),
|
||||||
|
|||||||
Reference in New Issue
Block a user