Browse Source

adjust defaults for repeats

Chris Mullins 8 years ago
parent
commit
3de6dca346
1 changed files with 2 additions and 2 deletions
  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),