docs: refine README
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index a5cd81502d230e447a96efb4084b66ab59e2af1c..bb765c75dcf8f00d6ed766c1c1f8ccdcd1592357 100644 (file)
@@ -52,6 +52,8 @@ export class Constants {
     /* This is intentional */
   });
 
+  static readonly DEFAULT_RESERVATION_EXPIRATION_OBSERVATION_INTERVAL = 5000; // Ms
+
   private constructor() {
     // This is intentional
   }