summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-26 02:30:05 +0100
committerAndrew Dolgov <[email protected]>2005-10-26 02:30:05 +0100
commit7f2ee7952b665c0384bc0390167a3a30d6fb3599 (patch)
treeb20edd0931ccfe7bb9e203334bbba71721e4a760 /config.php-dist
parent4529197a2f53eb70474dd36adf58a16c9be041a0 (diff)
MIN_UPDATE_INTERVAL -> DEFAULT_UPDATE_INTERVAL
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.php-dist b/config.php-dist
index 2da53f433..6fc6af7fd 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -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