diff options
author | Peter Mikus <pmikus@cisco.com> | 2022-05-24 09:52:13 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2022-05-24 09:52:13 +0200 |
commit | 93e808cb3e8b5270bec46e2a19d78736e08aa46c (patch) | |
tree | 5f36ec45b2b0d06362e787e9e82628ba946f5ad2 /resources/tools/dash/app | |
parent | 72766c8177fb76ac5ca4cbbfe616c19ec4a9a97a (diff) |
feat(uti): Use only 1 worker
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I84d20520abd58f698dac936ee06163e1b5b20e04
Diffstat (limited to 'resources/tools/dash/app')
-rw-r--r-- | resources/tools/dash/app/app.ini | 3 |
1 files changed, 1 insertions, 2 deletions
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 |