Skip to content

Commit

Permalink
Update README.md (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
HurSungYun authored Jan 2, 2025
1 parent d5937af commit 5b8c32d
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 ru

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 5b8c32d

Please sign in to comment.