소스 검색

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),