X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FConstants.ts;h=ea0ff8fca7dece1e9f88092664e698006724ae7a;hb=1253d60cd246f968e985f6f067204a130b384b72;hp=c467df73a853574ec274c69e93d791b17a0e97a5;hpb=1feac591544c625c56086abe1f14dbdc706280fb;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index c467df73..ea0ff8fc 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -14,7 +14,7 @@ export class Constants { private static readonly SEMVER_PATTERN = '^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$' - private static readonly DEFAULT_CHARGING_STATION_RESET_TIME = 60000 // Ms + private static readonly DEFAULT_CHARGING_STATION_RESET_TIME = 30000 // Ms static readonly DEFAULT_STATION_INFO: Partial = Object.freeze({ enableStatistics: false,