Skip to content

Commit 43b3b5d

Browse files
Update docs/design.md
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 286386b commit 43b3b5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Read on the [scaling page](./scaling/index.md) for more details.
9696

9797
## 6. Proxy modes
9898

99-
trino-lb can either proxy all calls to the underlying Trino clusters or only the initial `POST` and than hand of to the Trino cluster.
99+
trino-lb can be configured to either proxy all calls to the underlying Trino clusters or only the initial `POST` and instruct the client to connect directly to the Trino cluster for the subsequent polling requests.
100100
It also needs to keep track of all started and finished queries on the Trino clusters, so that it can correctly calculate the number of running queries.
101101

102102
Read on the [proxy modes page](./proxy-modes.md) for more details.

0 commit comments

Comments
 (0)