fix: ensure OCPP request timeouting cancel it
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPServiceUtils.ts
index 8bebe69de44af1176bb22f9839c206dcbfc57214..d9d712981c816790cb4e2b6f1c09fa6cd10e7dac 100644 (file)
@@ -425,7 +425,7 @@ export class OCPPServiceUtils {
   ): number {
     options = {
       ...{
-        limitationEnabled: true,
+        limitationEnabled: false,
         unitMultiplier: 1,
         fallbackValue: 0,
       },