From f7714b8c3e93279c27330cd57f86bba6926cb0d3 Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Thu, 2 Sep 2021 21:29:43 +0200 Subject: [PATCH 1/2] Update supervisord.conf --- supervisord.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supervisord.conf b/supervisord.conf index bb621f890..beaf519ed 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -5,8 +5,8 @@ logfile=/tmp/supervisord.log [program:service] directory=/service -command=gunicorn files.__main__:app -k gevent -w 5 --max-requests 10000 --max-requests-jitter 500 --reload --bind 0.0.0.0:80 +command=gunicorn files.__main__:app -k gevent -w 2 --max-requests 10000 --max-requests-jitter 500 --reload --bind 0.0.0.0:80 stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr -stderr_logfile_maxbytes=0 \ No newline at end of file +stderr_logfile_maxbytes=0 From 1a6c957f4c20250c2c3e389b9129fc5f4d75ad6d Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Thu, 2 Sep 2021 21:30:04 +0200 Subject: [PATCH 2/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5e6598f57..209940624 100644 --- a/readme.md +++ b/readme.md @@ -51,7 +51,7 @@ source setup 4- That's it. Visit `localhost` in your browser. -5- Optional: to configure the site settings and successsfully integrate it with the external services we use (hcaptcha, cloudflare, discord, giphy and mailgun), please run this command and edit the variables: +5- Optional: to configure the site settings and successsfully integrate it with the external services we use, please run this command and edit the variables: ``` nano /drama/docker-compose.yml