From c0949018cf580de3b4775467a387dba7b0c8651a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 13 Aug 2021 19:49:46 -0500 Subject: [PATCH] [config] update --- config.env.example | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/config.env.example b/config.env.example index d32e42b..c06f8d2 100644 --- a/config.env.example +++ b/config.env.example @@ -6,6 +6,8 @@ ROUTE_TOR=0 TOR_PORT=9050 TOR_CONTROL_PORT=9151 +PORT_NUMBER=8080 + ALLOW_FOREIGN_ADDRESSES=True SUBTITLES_MODE=0 @@ -41,9 +43,11 @@ DEBUGGING_SAVE_RESPONSES=False MAX_CIRCUIT=500 # seconds CIRCUIT_TIMEOUT=500 # seconds - -# -# Health TOR check -# - URL_CHECK=https://www.youtube.com/results?search_query=rms + +# +# Gunicorn options +# + +GUNICORN_NUM_WORKERS=4 +GUNICORN_TIMEOUT=120