1
0
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:
Andrew Dolgov
2005-10-26 02:30:05 +01:00
parent 4529197a2f
commit 7f2ee7952b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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