Sfoglia il codice sorgente

Throttle state more by default

Christopher Mullins 8 anni fa
parent
commit
3802c51b3f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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),