Skip to content

Commit

Permalink
A sloppy fix for issue #2, which costs more memory.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffallen committed Oct 21, 2015
1 parent 356d604 commit 0775d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqtt.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ type incomingConn struct {
var clients = make(map[string]*incomingConn)
var clientsMu sync.Mutex

const sendingQueueLength = 100
const sendingQueueLength = 10000

// newIncomingConn creates a new incomingConn associated with this
// server. The connection becomes the property of the incomingConn
Expand Down

0 comments on commit 0775d98

Please sign in to comment.