Skip to content

Commit

Permalink
Update README.md (#713)
Browse files Browse the repository at this point in the history
Signed-off-by: Rueian <[email protected]>
  • Loading branch information
HurSungYun authored and rueian committed Jan 13, 2025
1 parent 9880fc6 commit b9f60ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ A benchmark result performed on two GCP n2-highcpu-2 machines also shows that va

While auto pipelining maximizes throughput, it relys on additional goroutines to process requests and responses and may add some latencies due to goroutine scheduling and head of line blocking.

You can avoid this by setting `DisableAutoPipelining` to ture, then it will switch to connection pooling approach and serve each request with dedicated connection on the same goroutine.
You can avoid this by setting `DisableAutoPipelining` to true, then it will switch to connection pooling approach and serve each request with dedicated connection on the same goroutine.

### Manual Pipelining

Expand Down

0 comments on commit b9f60ec

Please sign in to comment.