Add tunable for charging station start delay for linear ramp up
[e-mobility-charging-stations-simulator.git] / src / types / ConfigurationData.ts
index 54ce659cc81d369b632fc09b793c77776e36277e..94e65ed55d93f90c37fe361376bf96e5162e5b0b 100644 (file)
@@ -34,6 +34,7 @@ export default interface ConfigurationData {
   autoReconnectMaxRetries?: number;
   workerProcess?: WorkerProcessType;
   workerStartDelay?: number;
+  elementStartDelay?: number;
   workerPoolMinSize?: number;
   workerPoolMaxSize?: number;
   workerPoolStrategy?: WorkerChoiceStrategy;