Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
Signed-off-by: CalvinNeo <[email protected]>
  • Loading branch information
CalvinNeo committed Jan 8, 2024
1 parent 620c002 commit 0b907a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy_components/proxy_server/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pub fn overwrite_config_with_cmd_args(

// About `flash.proxy.advertise-engine-addr` (on TiFlash's side):
// 1. If `flash.proxy.server.engine-addr` is not set, use `flash.service_addr`
// as `engine-addr`.
// as `engine-addr`.
// 2. If `flash.proxy.server.engine-addr` is set, use
// `flash.proxy.server.engine-addr` as `advertise-engine-addr`.
if let Some(engine_addr) = matches.value_of("advertise-engine-addr") {
Expand Down

0 comments on commit 0b907a0

Please sign in to comment.