浏览代码

Throttle state more by default

Christopher Mullins 8 年之前
父节点
当前提交
3802c51b3f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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),