Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
刘河 committed Mar 18, 2019
1 parent 7e93497 commit 7ec3e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mux/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func (s *conn) write(buf []byte, ch chan struct{}) {
start := 0
l := len(buf)
for {
if s.hasWrite > 10 {
if s.hasWrite > 50 {
<-s.getStatusCh
}
s.hasWrite++
Expand Down

0 comments on commit 7ec3e82

Please sign in to comment.