diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-11-10 07:54:50 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-11-10 07:54:50 +0100 |
commit | a55fab48c46a7e358ec1506ca6a407f3428ca489 (patch) | |
tree | 24d1d7c2347d90247282d5facbbdf8a07eb7ebf8 /src/conf/conf.cfg-sample | |
parent | Set the initial value of the reduce. (diff) | |
download | newspipe-a55fab48c46a7e358ec1506ca6a407f3428ca489.tar.gz newspipe-a55fab48c46a7e358ec1506ca6a407f3428ca489.tar.bz2 newspipe-a55fab48c46a7e358ec1506ca6a407f3428ca489.zip |
It is now possible to configure the refresh interval of feeds (in minutes).
Diffstat (limited to 'src/conf/conf.cfg-sample')
-rw-r--r-- | src/conf/conf.cfg-sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf/conf.cfg-sample b/src/conf/conf.cfg-sample index c3cce42d..6fae48b5 100644 --- a/src/conf/conf.cfg-sample +++ b/src/conf/conf.cfg-sample @@ -22,6 +22,7 @@ api_login = api_passwd = timeout = 30 resolv = true +feed_refresh_interval = 120 [notification] notification_email = Newspipe@no-reply.com host = smtp.googlemail.com |