Memory optimization + worker configuration
[e-mobility-charging-stations-simulator.git] / src / assets / config-template.json
index 7359a304a6a3a74ee7e1c9e3a149bf17b9145a52..61067bcf9839bc40656b254eda4137d46227cb2a 100644 (file)
@@ -2,12 +2,12 @@
   "supervisionURLs": [
     "ws://localhost:8010/OCPP16/5be7fb271014d90008992f06"
   ],
-  "autoReconnectTimeout": 10,
-  "autoReconnectMaxRetries": 10,
-  "statisticsDisplayInterval": 60,
   "distributeStationsToTenantsEqually": true,
+  "statisticsDisplayInterval": 60,
   "useWorkerPool": false,
   "workerPoolSize": 16,
+  "chargingStationsPerWorker": 1,
+  "chargingStationIdSuffix": "",
   "stationTemplateURLs": [
     {
       "file": "./src/assets/station-templates/siemens.station-template.json",