Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Commit

Permalink
muxMaxConnPerChannel 8 -> 4
Browse files Browse the repository at this point in the history
  • Loading branch information
IrineSistiana committed Jan 6, 2020
1 parent 29891f0 commit 5f61e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var (

const (
handShakeTimeout = time.Second * 10
muxMaxConnPerChannel = 8
muxMaxConnPerChannel = 4
)

func main() {
Expand Down

0 comments on commit 5f61e25

Please sign in to comment.