diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2019-05-24 22:43:19 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2019-05-24 22:43:19 +0200 |
commit | 3ebfbef456bb0a523cba9a31ade1621fdcaf4bd3 (patch) | |
tree | 8bcc5100389a3fb0e94964e11e5e9227c4c380ba /src/conf/conf.cfg-sample | |
parent | Improved the search of existing articles. (diff) | |
download | newspipe-3ebfbef456bb0a523cba9a31ade1621fdcaf4bd3.tar.gz newspipe-3ebfbef456bb0a523cba9a31ade1621fdcaf4bd3.tar.bz2 newspipe-3ebfbef456bb0a523cba9a31ade1621fdcaf4bd3.zip |
Set resolv to false by default.
Diffstat (limited to 'src/conf/conf.cfg-sample')
-rw-r--r-- | src/conf/conf.cfg-sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf/conf.cfg-sample b/src/conf/conf.cfg-sample index 2dfe7b21..ed14a4d9 100644 --- a/src/conf/conf.cfg-sample +++ b/src/conf/conf.cfg-sample @@ -19,7 +19,7 @@ crawling_method = default default_max_error = 6 user_agent = Newspipe (https://gitlab.com/newspipe/newspipe) timeout = 30 -resolv = true +resolv = false feed_refresh_interval = 120 [notification] notification_email = Newspipe@no-reply.com |