We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8432e3 commit 35ea8f8Copy full SHA for 35ea8f8
uvloop/includes/consts.pxi
@@ -1,4 +1,4 @@
1
-DEF UV_STREAM_RECV_BUF_SIZE = 65536
+DEF UV_STREAM_RECV_BUF_SIZE = 256000 # 250kb
2
3
DEF FLOW_CONTROL_HIGH_WATER = 65536
4
DEF FLOW_CONTROL_LOW_WATER = 16384
0 commit comments