X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Findex.ts;h=a7c3d1ea1f185b0e5c77b78b3de7c41994273638;hb=94327d938c08c347d44ea685e38cb05ff9c3e548;hp=50848d0900533e9d91cd3fe02b867c66797aad3b;hpb=be245fdab36274873e0a9651589cebd097548076;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/index.ts b/src/worker/index.ts index 50848d09..a7c3d1ea 100644 --- a/src/worker/index.ts +++ b/src/worker/index.ts @@ -1,5 +1,10 @@ export type { WorkerAbstract } from './WorkerAbstract'; -export { WorkerConstants } from './WorkerConstants'; +export { + DEFAULT_ELEMENT_START_DELAY, + DEFAULT_POOL_MAX_SIZE, + DEFAULT_POOL_MIN_SIZE, + DEFAULT_WORKER_START_DELAY, +} from './WorkerConstants'; export { WorkerFactory } from './WorkerFactory'; export { type WorkerData,