From d748e5ac9029eedc266f681566b76db27f74fff5 Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Thu, 11 Nov 2021 20:27:00 +1100 Subject: [PATCH] Revert "Revert "increase number of threads ... if a login node is slow it can cause a thread to block for quite some time"" This reverts commit 93874ab973be32e170e4790170643d7c8514d4e2. --- runscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runscript b/runscript index 41a12c0..284de49 100755 --- a/runscript +++ b/runscript @@ -3,7 +3,7 @@ uwsgi \ --socket 0.0.0.0:8080 \ --buffer-size 65536 \ --workers 1 \ - --threads 8 \ + --threads 80 \ --protocol=http \ --uid=www-data \ --gid=www-data \ -- GitLab