refactor: unflag worker startup at the right time on worker set
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index c4ce0ff8c48e30b8faefd22a118c1718ec74505a..8ab45e63e1293a9e0ccbd662a0f3e23deb0f004c 100644 (file)
@@ -55,7 +55,7 @@ export class Constants {
     /* This is intentional */
   });
 
-  static readonly DEFAULT_RESERVATION_EXPIRATION_OBSERVATION_INTERVAL = 5000; // Ms
+  static readonly DEFAULT_RESERVATION_EXPIRATION_OBSERVATION_INTERVAL = 60000; // Ms
 
   private constructor() {
     // This is intentional