summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-13 04:15:09 +0100
committerAndrew Dolgov <[email protected]>2005-10-13 04:15:09 +0100
commitd148926e2b96602707a4b012966e943e865d48d2 (patch)
treeb0609c6f509eecf1503d6bba41a9cff938180e52 /config.php-dist
parent1cae701741421b38ec9e7f982e2b22a7de9c7a41 (diff)
per-feed update intervals
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index a0940820e..f56fb6dc9 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -30,5 +30,7 @@
// 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
?>