Skip to content

Commit 057c75b

Browse files
committed
proxy: set default session_max_pipeline=1024
1 parent f9a1929 commit 057c75b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/proxy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ session_send_timeout = "30s"
6969

7070
# Make sure this is higher than the max number of requests for each pipeline request, or your client may be blocked.
7171
# Set session pipeline buffer size.
72-
session_max_pipeline = 512
72+
session_max_pipeline = 1024
7373

7474
# Set session tcp keepalive period. (0 to disable)
7575
session_keepalive_period = "75s"

pkg/proxy/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ session_send_timeout = "30s"
8585
8686
# Make sure this is higher than the max number of requests for each pipeline request, or your client may be blocked.
8787
# Set session pipeline buffer size.
88-
session_max_pipeline = 512
88+
session_max_pipeline = 1024
8989
9090
# Set session tcp keepalive period. (0 to disable)
9191
session_keepalive_period = "75s"

0 commit comments

Comments
 (0)