X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FConstants.ts;h=a17b56a8b644b938c29a0f9eef68cfd1d53b1458;hb=b1f8c0c6252ee6158901c60dfa8bb6333a9e84b7;hp=966fd83af261c12ecc44c4e907203bf7829f837b;hpb=d81db0817ee9b4c90183da0882a20ff947c915ab;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index 966fd83a..a17b56a8 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -56,7 +56,7 @@ export class Constants { /* This is intentional */ }); - static readonly DEFAULT_RESERVATION_EXPIRATION_INTERVAL = 60000; // Ms + static readonly DEFAULT_MESSAGE_BUFFER_FLUSH_INTERVAL = 60000; // Ms private constructor() { // This is intentional