refactor: rename elementsPerWorkers 'single' -> 'all
[e-mobility-charging-stations-simulator.git] / src / types / ConfigurationData.ts
index 5057aed9aec8c8d666de673593f21f062a5b2e8a..cac786897ae33744d126777b032e1c5d6cf21db2 100644 (file)
@@ -67,7 +67,7 @@ export interface StorageConfiguration {
 export interface WorkerConfiguration {
   processType?: WorkerProcessType;
   startDelay?: number;
-  elementsPerWorker?: number | 'auto' | 'single';
+  elementsPerWorker?: number | 'auto' | 'all';
   elementStartDelay?: number;
   poolMinSize?: number;
   poolMaxSize?: number;