Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Increment data read period to make less data points per day
  • Loading branch information
Evan Langlais committed Apr 16, 2019
1 parent 90909e4 commit 89aa727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.go
Expand Up @@ -17,7 +17,7 @@ const (
messageReceived = "received"

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

0 comments on commit 89aa727

Please sign in to comment.