X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FConstants.ts;h=8ab45e63e1293a9e0ccbd662a0f3e23deb0f004c;hb=3fb26594ef01e3f443bcc0bbf81401c6e38fdc01;hp=c4ce0ff8c48e30b8faefd22a118c1718ec74505a;hpb=53b8a4fd3c9b2612ddecf5d7abd0715bbab94c64;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index c4ce0ff8..8ab45e63 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -55,7 +55,7 @@ export class Constants { /* This is intentional */ }); - static readonly DEFAULT_RESERVATION_EXPIRATION_OBSERVATION_INTERVAL = 5000; // Ms + static readonly DEFAULT_RESERVATION_EXPIRATION_OBSERVATION_INTERVAL = 60000; // Ms private constructor() { // This is intentional