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 @@ -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)
7575session_keepalive_period = " 75s"
Original file line number Diff line number Diff 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)
9191session_keepalive_period = "75s"
You can’t perform that action at this time.
0 commit comments