README.md: spell fix
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index 8b1df1ca31983bbd400ec0a0c039be124de111d4..706ef41cc3291189c7e2ffa148a14523167c832c 100644 (file)
@@ -33,4 +33,7 @@ export default class Constants {
 
   static readonly WORKER_START_DELAY = 500;
   static readonly WORKER_POOL_MAX_INACTIVE_TIME = 60000;
+  static readonly DEFAULT_WORKER_POOL_MIN_SIZE = 4;
+  static readonly DEFAULT_WORKER_POOL_MAX_SIZE = 16;
+  static readonly DEFAULT_CHARGING_STATIONS_PER_WORKER = 1;
 }