From 93e808cb3e8b5270bec46e2a19d78736e08aa46c Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Tue, 24 May 2022 09:52:13 +0200 Subject: feat(uti): Use only 1 worker Signed-off-by: Peter Mikus Change-Id: I84d20520abd58f698dac936ee06163e1b5b20e04 --- resources/tools/dash/app/app.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'resources/tools/dash/app') diff --git a/resources/tools/dash/app/app.ini b/resources/tools/dash/app/app.ini index efbea3f13a..9608f7c38d 100644 --- a/resources/tools/dash/app/app.ini +++ b/resources/tools/dash/app/app.ini @@ -10,8 +10,7 @@ lazy-apps = True touch-chain-reload listen = 128 -processes = 2 -threads = 4 +workers = 2 plugin = python3 master = true -- cgit 1.2.3-korg