Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR552 committed Nov 12, 2024
1 parent 28740b0 commit 82b410f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions datastreamer/streamserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ type StreamServer struct {
// Time interval to check for client connections that have reached
// the inactivity timeout and kill them
inactivityCheckInterval time.Duration
maxConnections uint32
started bool // Flag server started
// maxConnections specifies the max number of connections open. If it is set to 0, the limit is disabled.
maxConnections uint32
started bool // Flag server started

version uint8
systemID uint64
Expand Down

0 comments on commit 82b410f

Please sign in to comment.