X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FConstants.ts;h=59a419971c5de0810565e6b607b83f7160a96c8d;hb=f902e1c441c6751f885e39bc5aa23721a102f424;hp=e6503d787283a977fdcc19ee3b5bc2857ec2f129;hpb=16cd35ad01b48377d39077d8b30e6c2055a5f8ea;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index e6503d78..59a41997 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -27,15 +27,15 @@ export default class Constants { static readonly OCPP_DEFAULT_BOOT_NOTIFICATION_INTERVAL = 60000; // Ms static readonly OCPP_WEBSOCKET_TIMEOUT = 60000; // Ms - static readonly OCPP_TRIGGER_MESSAGE_DELAY = 2000; // Ms + static readonly OCPP_TRIGGER_MESSAGE_DELAY = 500; // Ms - static readonly CHARGING_STATION_DEFAULT_START_SEQUENCE_DELAY = 60000; // Ms static readonly CHARGING_STATION_DEFAULT_RESET_TIME = 60000; // Ms static readonly CHARGING_STATION_ATG_INITIALIZATION_TIME = 1000; // Ms static readonly CHARGING_STATION_ATG_DEFAULT_STOP_AFTER_HOURS = 0.25; // Hours - static readonly TRANSACTION_DEFAULT_IDTAG = '00000000'; + 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;