浏览代码

adjust defaults for repeats

Chris Mullins 8 年之前
父节点
当前提交
3de6dca346
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/Settings/Settings.h

+ 2 - 2
lib/Settings/Settings.h

@@ -68,8 +68,8 @@ public:
     gatewayConfigs(NULL),
     numDeviceIds(0),
     numGatewayConfigs(0),
-    packetRepeats(10),
-    httpRepeatFactor(5),
+    packetRepeats(50),
+    httpRepeatFactor(1),
     listenRepeats(3),
     _autoRestartPeriod(0),
     discoveryPort(48899),