diff --git a/constants.go b/constants.go index 29ae098..2cae8bf 100644 --- a/constants.go +++ b/constants.go @@ -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 )