X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fassets%2Fconfig-template.json;h=e6ea2f33896cb58023d30f58b7d563d33650f34a;hb=6baef03b532f50c879cdf7f7898dd51215d57819;hp=b3085a7c3af0d0a87046731c06e7daa93f0dd3bf;hpb=7ec46a9aab2376a8a5201ce57aba95116a00d291;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/config-template.json b/src/assets/config-template.json index b3085a7c..e6ea2f33 100644 --- a/src/assets/config-template.json +++ b/src/assets/config-template.json @@ -2,12 +2,11 @@ "supervisionURLs": [ "ws://localhost:8010/OCPP16/5be7fb271014d90008992f06" ], - "autoReconnectTimeout": 10, - "autoReconnectMaxRetries": 10, + "distributeStationsToTenantsEqually": true, "statisticsDisplayInterval": 60, - "distributeStationToTenantEqually": true, "useWorkerPool": false, - "workerPoolSize": 16, + "workerMaxPoolSize": 16, + "chargingStationsPerWorker": 1, "stationTemplateURLs": [ { "file": "./src/assets/station-templates/siemens.station-template.json",