X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2Fconfig.json;h=54a9f31d98decea8000bc2cd98dabe9e6b4e87cf;hb=cb1948a3ff8766777ac895efe645618278ee5ff3;hp=aee90bc77ecc2498c9f0cb98c2a9981871c3bb07;hpb=6bf6769ef4ee4fd3935a442243984a8aa2136e53;p=e-mobility-charging-stations-simulator.git diff --git a/docker/config.json b/docker/config.json index aee90bc7..54a9f31d 100644 --- a/docker/config.json +++ b/docker/config.json @@ -2,12 +2,12 @@ "supervisionURLs": [ "ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4" ], - "statisticsDisplayInterval": 60, - "autoReconnectTimeout": 10, - "autoReconnectMaxRetries": 10, "distributeStationsToTenantsEqually": true, - "useWorkerPool": false, - "workerPoolSize": 16, + "statisticsDisplayInterval": 60, + "workerProcess": "workerSet", + "workerPoolMinSize": 4, + "workerPoolMaxSize": 16, + "chargingStationsPerWorker": 1, "stationTemplateURLs": [ { "file": "./src/assets/station-templates/siemens.station-template.json",