Skip to content

Commit

Permalink
page ctl v3 use only-decryption mode
Browse files Browse the repository at this point in the history
Signed-off-by: hehechen <[email protected]>
  • Loading branch information
hehechen committed Jul 1, 2022
1 parent cbe6ab5 commit bd05bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dbms/src/Server/CLIService.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ CLIService<Func, Args>::TiFlashProxyConfig::TiFlashProxyConfig(Poco::Util::Layer
args.push_back(v.first.data());
args.push_back(v.second.data());
}
args.push_back("--only-decryption");
is_proxy_runnable = true;
}
template <typename Func, typename Args>
Expand Down

0 comments on commit bd05bfe

Please sign in to comment.