Skip to content

Commit

Permalink
adjust auto_ping_size
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed Feb 13, 2022
1 parent 483337d commit 719898d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion examples/router/.crossbar/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
"close_handshake_timeout": 1000,
"auto_ping_interval": 10000,
"auto_ping_timeout": 5000,
"auto_ping_size": 4,
"auto_ping_size": 12,
"auto_ping_restart_on_any_traffic": true,
"compression": {
"deflate": {
"request_no_context_takeover": false,
Expand Down
6 changes: 4 additions & 2 deletions examples/twisted/wamp/basic/.crossbar/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"close_handshake_timeout": 1000,
"auto_ping_interval": 10000,
"auto_ping_timeout": 5000,
"auto_ping_size": 4,
"auto_ping_size": 12,
"auto_ping_restart_on_any_traffic": true,
"compression": {
"deflate": {
"request_no_context_takeover": false,
Expand Down Expand Up @@ -84,7 +85,8 @@
"close_handshake_timeout": 1000,
"auto_ping_interval": 10000,
"auto_ping_timeout": 5000,
"auto_ping_size": 4,
"auto_ping_size": 12,
"auto_ping_restart_on_any_traffic": true,
"compression": {
"deflate": {
"request_no_context_takeover": false,
Expand Down

0 comments on commit 719898d

Please sign in to comment.