aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2019-05-24 22:43:19 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2019-05-24 22:43:19 +0200
commit3ebfbef456bb0a523cba9a31ade1621fdcaf4bd3 (patch)
tree8bcc5100389a3fb0e94964e11e5e9227c4c380ba /src
parentImproved the search of existing articles. (diff)
downloadnewspipe-3ebfbef456bb0a523cba9a31ade1621fdcaf4bd3.tar.gz
newspipe-3ebfbef456bb0a523cba9a31ade1621fdcaf4bd3.tar.bz2
newspipe-3ebfbef456bb0a523cba9a31ade1621fdcaf4bd3.zip
Set resolv to false by default.
Diffstat (limited to 'src')
-rw-r--r--src/conf/conf.cfg-sample2
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
bgstack15