File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ class AsyncServer(base_server.BaseServer):
6464 is a grace period added by the server.
6565 :param ping_timeout: The time in seconds that the client waits for the
6666 server to respond before disconnecting. The default
67- is 5 seconds.
67+ is 20 seconds.
6868 :param max_http_buffer_size: The maximum size of a message when using the
6969 polling transport. The default is 1,000,000
7070 bytes.
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ class Server(base_server.BaseServer):
7373 is a grace period added by the server.
7474 :param ping_timeout: The time in seconds that the client waits for the
7575 server to respond before disconnecting. The default
76- is 5 seconds.
76+ is 20 seconds.
7777 :param max_http_buffer_size: The maximum size of a message when using the
7878 polling transport. The default is 1,000,000
7979 bytes.
You can’t perform that action at this time.
0 commit comments