X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docker%2Fconfig.json;h=54a9f31d98decea8000bc2cd98dabe9e6b4e87cf;hb=cb1948a3ff8766777ac895efe645618278ee5ff3;hp=02ec20602171034dcfcd1138f410d61b4c66577e;hpb=e118beaab2fe63c663d5a969085c682ca05b6554;p=e-mobility-charging-stations-simulator.git diff --git a/docker/config.json b/docker/config.json index 02ec2060..54a9f31d 100644 --- a/docker/config.json +++ b/docker/config.json @@ -2,12 +2,12 @@ "supervisionURLs": [ "ws://server:8010/OCPP16/5c866e81a2d9593de43efdb4" ], + "distributeStationsToTenantsEqually": true, "statisticsDisplayInterval": 60, - "autoReconnectTimeout": 10, - "autoReconnectMaxRetries": 10, - "distributeStationToTenantEqually": true, - "useWorkerPool": false, - "workerPoolSize": 16, + "workerProcess": "workerSet", + "workerPoolMinSize": 4, + "workerPoolMaxSize": 16, + "chargingStationsPerWorker": 1, "stationTemplateURLs": [ { "file": "./src/assets/station-templates/siemens.station-template.json", @@ -34,7 +34,8 @@ "numberOfStations": 10 } ], - "consoleLog": false, + "logRotate": false, + "logConsole": false, "logFile": "/dev/stdout", - "errorFile": "/dev/stderr" + "logErrorFile": "/dev/stderr" }