From 76d40848ba827b68c602bf37802a3617144a20b9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 3 Jul 2022 23:51:29 +0200 Subject: [PATCH] Update default configuration file for docker MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- docker/config.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docker/config.json b/docker/config.json index b24c7318..2449b4cb 100644 --- a/docker/config.json +++ b/docker/config.json @@ -1,10 +1,12 @@ { "supervisionUrls": ["ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4"], "supervisionUrlDistribution": "round-robin", - "workerProcess": "workerSet", - "workerPoolMinSize": 4, - "workerPoolMaxSize": 16, - "chargingStationsPerWorker": 1, + "worker": { + "processType": "workerSet", + "elementsPerWorker": 1, + "poolMinSize": 4, + "poolMaxSize": 16 + }, "stationTemplateUrls": [ { "file": "siemens.station-template.json", -- 2.34.1