1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

added DEFAULT_ARTICLE_LIMIT functionality, patch from adjuster

This commit is contained in:
Andrew Dolgov
2005-10-28 02:26:50 +01:00
parent 2907afa6fa
commit f1b9a8ee78
2 changed files with 29 additions and 4 deletions
+7
View File
@@ -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