Skip to content

Commit

Permalink
30 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
zjm1060 committed Mar 6, 2024
1 parent 7ea8034 commit f0c421c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (

// Minimum protocol version requirements of rtty
const rttyProtoRequired uint8 = 3
const heartbeatInterval = time.Second * 35
const heartbeatInterval = time.Second * 30

type device struct {
br *broker
Expand Down

0 comments on commit f0c421c

Please sign in to comment.