From 4b8e533cd591c67ad47d4e8be37e27fbd51af09a Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 29 Mar 2020 22:48:15 +0200 Subject: Minor fixes to the crawler. --- instance/sqlite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instance/sqlite.py') diff --git a/instance/sqlite.py b/instance/sqlite.py index 18b906dd..60047080 100644 --- a/instance/sqlite.py +++ b/instance/sqlite.py @@ -42,7 +42,7 @@ CRAWLER_USER_AGENT = "Newspipe (https://git.sr.ht/~cedric/newspipe)" CRAWLER_TIMEOUT = 30 CRAWLER_RESOLV = False RESOLVE_ARTICLE_URL = False -FEED_REFRESH_INTERVAL = 120 +FEED_REFRESH_INTERVAL = 0 # Notification MAIL_SERVER = "localhost" -- cgit