diff options
author | cedricbonhomme <devnull@localhost> | 2011-04-20 13:22:05 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2011-04-20 13:22:05 +0200 |
commit | eea6fb8e963a1aa26b1d6c7a9c089846b9109cae (patch) | |
tree | 51cb445909f38f75a87a89715c47b1ded97a7517 /cfg | |
parent | Release 2.7. Minor improvements. It is now possible to set a maximum number o... (diff) | |
download | newspipe-eea6fb8e963a1aa26b1d6c7a9c089846b9109cae.tar.gz newspipe-eea6fb8e963a1aa26b1d6c7a9c089846b9109cae.tar.bz2 newspipe-eea6fb8e963a1aa26b1d6c7a9c089846b9109cae.zip |
It is now possible to set the maximum number of articles per feed in the configuration file.
Diffstat (limited to 'cfg')
-rwxr-xr-x | cfg/pyAggr3g470r.cfg-sample | 1 |
1 files changed, 1 insertions, 0 deletions
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 |