X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2FWorkerConstants.ts;h=1e2e8cdcb2227a2117695d5261928f8dceedab8f;hb=5cf9050d18e0fd83636ac933793848a5000b4326;hp=9a1caf8eae5cb69c9d4282ca4a9e1e9c54425c36;hpb=6f96009b3e4864dcd8771d84d9e826c90018e61c;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/WorkerConstants.ts b/src/worker/WorkerConstants.ts index 9a1caf8e..1e2e8cdc 100644 --- a/src/worker/WorkerConstants.ts +++ b/src/worker/WorkerConstants.ts @@ -5,4 +5,8 @@ export default class WorkerConstants { static readonly DEFAULT_POOL_MIN_SIZE = 4; static readonly DEFAULT_POOL_MAX_SIZE = 16; static readonly DEFAULT_ELEMENTS_PER_WORKER = 1; + + private constructor() { + // This is intentional + } }