Skip to content

Commit

Permalink
Throttle state more by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sidoh committed Nov 4, 2017
1 parent 0c03856 commit 3802c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Settings/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Settings {
listenRepeats(3),
_autoRestartPeriod(0),
discoveryPort(48899),
stateFlushInterval(1000),
stateFlushInterval(10000),
mqttStateRateLimit(500),
packetRepeatThrottleThreshold(200),
packetRepeatThrottleSensitivity(0),
Expand Down

0 comments on commit 3802c51

Please sign in to comment.