summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-28 02:26:50 +0100
committerAndrew Dolgov <[email protected]>2005-10-28 02:26:50 +0100
commitf1b9a8ee78ea99abf93997ab42dd3ee93d605438 (patch)
tree3960e759f6e25139efccdf1af71338b50fb0fbc6 /config.php-dist
parent2907afa6fab45a57b74b788c4cde278acf124550 (diff)
added DEFAULT_ARTICLE_LIMIT functionality, patch from adjuster
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index 6fc6af7fd..f7848430a 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -30,6 +30,13 @@
// crafted SQL queries. This feature is highly experimental and
// at this point not user friendly. Use with caution.
+ define(DEFAULT_ARTICLE_LIMIT, 0);
+ // default limit for articles to display. Set to 0 for no limit. Not
+ // limited to the default 15, 30, 60 article limits - you may use
+ // any number you want and it will be added to the list. Negative
+ // numbers will be ignored. Anything that evaluates numerically to
+ // zero will be interpreted as 0.
+
define(DEFAULT_UPDATE_INTERVAL, 30);
// default interval between feed updates, minutes