From 86afa66aca2965d005d14fb98c74fd0cbb5ee915 Mon Sep 17 00:00:00 2001 From: cwilvx Date: Wed, 11 Dec 2024 18:28:02 +0100 Subject: [PATCH] bump waitress threads to 100 --- manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.py b/manage.py index fb4b1779..912a4072 100644 --- a/manage.py +++ b/manage.py @@ -239,7 +239,7 @@ if __name__ == "__main__": app, host=host, port=port, - threads=10, + threads=100, ipv6=True, ipv4=True, )