From eea6fb8e963a1aa26b1d6c7a9c089846b9109cae Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Wed, 20 Apr 2011 13:22:05 +0200 Subject: It is now possible to set the maximum number of articles per feed in the configuration file. --- cfg/pyAggr3g470r.cfg-sample | 1 + 1 file changed, 1 insertion(+) (limited to 'cfg/pyAggr3g470r.cfg-sample') diff --git a/cfg/pyAggr3g470r.cfg-sample b/cfg/pyAggr3g470r.cfg-sample index f7c73e14..d4b3d6e1 100755 --- a/cfg/pyAggr3g470r.cfg-sample +++ b/cfg/pyAggr3g470r.cfg-sample @@ -1,5 +1,6 @@ [global] sqlitebase = ./var/feed.db +max_nb_articles = 50 [mail] mail_from = pyAggr3g470r@no-reply.com mail_to = address_of_the_recipient@example.com -- cgit