Type properly station worker data.
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index c36ade65e9facfe159ba7bd3a9cc9a8d00ec81c2..35a77a69369a5220eabfbec4a90fcb7746ef8fe1 100644 (file)
@@ -38,4 +38,5 @@ export default class Constants {
   static readonly TRANSACTION_DEFAULT_TAGID = '00000000';
 
   static readonly START_WORKER_DELAY = 500;
+  static readonly WORKER_POOL_MAX_INACTIVE_TIME = 60000;
 }