Skip to content

Commit

Permalink
half default streambuf to 2097152 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Sep 22, 2019
1 parent 0f18b17 commit 30cca4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func main() {
},
cli.IntFlag{
Name: "streambuf",
Value: 4194304,
Value: 2097152,
Usage: "per stream receive buffer in bytes, smux v2+",
},
cli.IntFlag{
Expand Down
2 changes: 1 addition & 1 deletion server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func main() {
},
cli.IntFlag{
Name: "streambuf",
Value: 4194304,
Value: 2097152,
Usage: "per stream receive buffer in bytes, smux v2+",
},
cli.IntFlag{
Expand Down

0 comments on commit 30cca4d

Please sign in to comment.