Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
lixizan committed Apr 22, 2023
1 parent a31c3de commit b7ddf5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/autobahn/config/fuzzingclient.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
],
"cases": [
"12.*"
"*"
],
"exclude-cases": [],
"exclude-agent-cases": {}
Expand Down
1 change: 0 additions & 1 deletion examples/autobahn/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (

func main() {
var upgrader = gws.NewUpgrader(new(WebSocket), &gws.ServerOption{
ReadAsyncEnabled: true,
CompressEnabled: true,
CheckUtf8Enabled: true,
ReadMaxPayloadSize: 32 * 1024 * 1024,
Expand Down

0 comments on commit b7ddf5c

Please sign in to comment.