X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=src%2Futils%2FConstants.ts;h=da41eaaf9188d951c235e1e299ace0ff5d3874e3;hb=9204401a3d56a5fbada3d4d3cd08084583ac598d;hp=79e39009b851b33233c727530f07838662407898;hpb=100680888f3b49453ddb4081988a480ee3030d07;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index 79e39009..da41eaaf 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -93,13 +93,6 @@ export default class Constants { static readonly DEFAULT_IDTAG = '00000000'; - static readonly ELEMENT_START_DELAY = 0; - 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; - static readonly DEFAULT_CONNECTION_TIMEOUT = 30; static readonly DEFAULT_HEARTBEAT_INTERVAL = 60000; // Ms