Explorar el Código

Throttle state more by default

Christopher Mullins hace 8 años
padre
commit
3802c51b3f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/Settings/Settings.h

+ 1 - 1
lib/Settings/Settings.h

@@ -73,7 +73,7 @@ public:
     listenRepeats(3),
     _autoRestartPeriod(0),
     discoveryPort(48899),
-    stateFlushInterval(1000),
+    stateFlushInterval(10000),
     mqttStateRateLimit(500),
     packetRepeatThrottleThreshold(200),
     packetRepeatThrottleSensitivity(0),