From b960e2b383112f365212cd2547ca170c527dbfb3 Mon Sep 17 00:00:00 2001 From: ppigazzini Date: Sat, 26 Sep 2020 17:04:32 +0200 Subject: [PATCH] Restore waitress default for connections/threads Default values and higher values showed the same performance in some tests with 2000 machines 17000 cores. Restoring the threads default values allows to save some RAM useful to raise the MongoDB cache. --- fishtest/production.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fishtest/production.ini b/fishtest/production.ini index 944d86811..badc7cc6c 100644 --- a/fishtest/production.ini +++ b/fishtest/production.ini @@ -29,8 +29,8 @@ trusted_proxy_headers = x-forwarded-for x-forwarded-host x-forwarded-proto x-for clear_untrusted_proxy_headers = yes # Match connection limit with max number of workers -connection_limit = 500 -threads = 16 +connection_limit = 100 +threads = 4 ### # logging configuration