From 6c8ca0ad2a9fe0bab2033e41c6b056226cf9a856 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Wed, 16 Mar 2022 16:42:57 +0100 Subject: feat(dash): Terraform AWS Beanstalk split Signed-off-by: Peter Mikus Change-Id: I6a9f54be0f734cd267c7ea5aa7f9933e04a8e139 --- resources/tools/dash/app/app.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/tools/dash') diff --git a/resources/tools/dash/app/app.ini b/resources/tools/dash/app/app.ini index 0df9d8366e..bff7c12c89 100644 --- a/resources/tools/dash/app/app.ini +++ b/resources/tools/dash/app/app.ini @@ -5,7 +5,7 @@ ini = :pal module = wsgi:app processes = 2 -threads = 2 +threads = 4 plugin = python3 master = true -- cgit 1.2.3-korg