Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changing polling and data push rate to match production
  • Loading branch information
Evan Langlais committed Apr 9, 2019
1 parent d35dd79 commit cf2dd11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constants.go
Expand Up @@ -17,8 +17,8 @@ const (
messageReceived = "received"

// Time (in seconds) to wait between performing read/send operations
dataReadPeriod = 5
dataSendPeriod = 30
dataReadPeriod = 60
dataSendPeriod = 300
heartbeatPeriod = 10
)

Expand Down

0 comments on commit cf2dd11

Please sign in to comment.