Explorar o código

disable repeat throttling by default

Chris Mullins %!s(int64=8) %!d(string=hai) anos
pai
achega
6224480bb2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/Settings/Settings.h

+ 1 - 1
lib/Settings/Settings.h

@@ -76,7 +76,7 @@ public:
     stateFlushInterval(1000),
     mqttStateRateLimit(500),
     packetRepeatThrottleThreshold(200),
-    packetRepeatThrottleSensitivity(1),
+    packetRepeatThrottleSensitivity(0),
     packetRepeatMinimum(3)
   { }