aboutsummaryrefslogtreecommitdiff
path: root/instance/production.py
diff options
context:
space:
mode:
Diffstat (limited to 'instance/production.py')
-rw-r--r--instance/production.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/instance/production.py b/instance/production.py
index 37f8ee4a..798c5a04 100644
--- a/instance/production.py
+++ b/instance/production.py
@@ -29,7 +29,7 @@ SQLALCHEMY_DATABASE_URI = "postgres://{user}:{password}@{host}:{port}/{name}".fo
# Crawler
CRAWLING_METHOD = "default"
-DEFAULT_MAX_ERROR = 3
+DEFAULT_MAX_ERROR = 6
HTTP_PROXY = ""
CRAWLER_USER_AGENT = "Newspipe (https://git.sr.ht/~cedric/newspipe)"
CRAWLER_TIMEOUT = 30
bgstack15