Explorar el Código

adjust defaults for repeats

Chris Mullins hace 8 años
padre
commit
3de6dca346
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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),