Fix circular array initialization
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index 1959ed935340ebf7424285fc682a5213ffa03d05..6a1a7cfeaf05fe1bf80b959e34dbdbb8f16b508d 100644 (file)
@@ -31,6 +31,6 @@ export default class Constants {
 
   static readonly TRANSACTION_DEFAULT_TAGID = '00000000';
 
-  static readonly START_WORKER_DELAY = 500;
+  static readonly WORKER_START_DELAY = 500;
   static readonly WORKER_POOL_MAX_INACTIVE_TIME = 60000;
 }