mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
MIN_UPDATE_INTERVAL -> DEFAULT_UPDATE_INTERVAL
This commit is contained in:
+2
-2
@@ -30,8 +30,8 @@
|
||||
// crafted SQL queries. This feature is highly experimental and
|
||||
// at this point not user friendly. Use with caution.
|
||||
|
||||
define(MIN_UPDATE_INTERVAL, 30);
|
||||
// min. interval between feed updates, minutes
|
||||
define(DEFAULT_UPDATE_INTERVAL, 30);
|
||||
// default interval between feed updates, minutes
|
||||
|
||||
define(DISPLAY_HEADER, true);
|
||||
// enable/disable the display of the header graphic
|
||||
|
||||
Reference in New Issue
Block a user