renaming (pool size != max pool size)
[e-mobility-charging-stations-simulator.git] / src / types / ConfigurationData.ts
index bc4e0f8846225ffb7547d216e21bb05c340ddf5a..604e249bd37b4ad1b6dbbaabe1dff3e901b44f41 100644 (file)
@@ -11,7 +11,7 @@ export default interface ConfigurationData {
   autoReconnectMaxRetries?: number;
   distributeStationsToTenantsEqually?: boolean;
   useWorkerPool?: boolean;
-  workerPoolSize?: number;
+  workerMaxPoolSize?: number;
   chargingStationsPerWorker?: number;
   logFormat?: string;
   logLevel?: string;