Skip to content

Commit 35ea8f8

Browse files
committed
Bump the size of streams recv buffer to 250kb
1 parent b8432e3 commit 35ea8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uvloop/includes/consts.pxi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DEF UV_STREAM_RECV_BUF_SIZE = 65536
1+
DEF UV_STREAM_RECV_BUF_SIZE = 256000 # 250kb
22

33
DEF FLOW_CONTROL_HIGH_WATER = 65536
44
DEF FLOW_CONTROL_LOW_WATER = 16384

0 commit comments

Comments
 (0)