X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2FWorkerStaticPool.ts;h=ab8e309f208f4655ff0ba6acb96929fea12c8d3d;hb=ce4d00ee7295ccdb12f35154eb2eb72973b6e75b;hp=8e591948ba362fee9d7f63d45a2c3640808e7bee;hpb=95250e1b3f40c916420bb693502fda4b0e49ac33;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/WorkerStaticPool.ts b/src/worker/WorkerStaticPool.ts index 8e591948..ab8e309f 100644 --- a/src/worker/WorkerStaticPool.ts +++ b/src/worker/WorkerStaticPool.ts @@ -24,7 +24,7 @@ export default class WorkerStaticPool extends WorkerAbstract { } get maxElementsPerWorker(): number { - return 1; + return null; } /**