refactor!: rename staticPool tunable in worker section to fixedPool
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerTypes.ts
index 12d5ab26f13f7d62c408f20a8f55f09b862ca7b5..806808d8a6fb020d2be7414b8d3848097de883bf 100644 (file)
@@ -6,7 +6,7 @@ export enum WorkerProcessType {
   workerSet = 'workerSet',
   /** @experimental */
   dynamicPool = 'dynamicPool',
-  staticPool = 'staticPool',
+  fixedPool = 'fixedPool',
 }
 
 export interface SetInfo {