Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: djshow832 <[email protected]>
  • Loading branch information
xhebox and djshow832 authored Dec 21, 2023
1 parent 55f0208 commit 7879dcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tiproxy/tiproxy-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Configuration for SQL port.

+ Default Value: `0`
+ Support hot-reload: yes
+ TiProxy can accept `max-connections` connections at most. `0` means no limitation.
+ Each TiProxy instance can accept `max-connections` connections at most. `0` means no limitation.

#### `conn-buffer-size`

Expand All @@ -72,7 +72,7 @@ Configuration for SQL port.
#### `pd-addrs`

+ Default Value: `127.0.0.1:2379`
+ Automatically discover TiDB instances and set them as backend.
+ The PD addresses TiProxy connects to. TiProxy discovers TiDB instances by fetching the TiDB list from the PD. It is set automatically when TiProxy is deployed by TiUP or TiDB Operator.

#### `proxy-protocol`

Expand All @@ -84,7 +84,7 @@ Configuration for SQL port.

+ Default Value: `true`
+ Support hot-reload: yes
+ Require TLS on backend instances.
+ Require TLS between TiProxy and TiDB servers. If the TiDB server doesn't support TLS, clients will report an error when connecting to TiProxy.

### api

Expand Down

0 comments on commit 7879dcf

Please sign in to comment.