From 917df38a0751617c8fce6256bee4a300e6fe9904 Mon Sep 17 00:00:00 2001 From: zmstone Date: Tue, 9 Jul 2024 22:22:53 +0200 Subject: [PATCH] docs: add changelog for PR 13434 --- changes/feat-13434.en.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/feat-13434.en.md diff --git a/changes/feat-13434.en.md b/changes/feat-13434.en.md new file mode 100644 index 000000000..3d2c15f7b --- /dev/null +++ b/changes/feat-13434.en.md @@ -0,0 +1,6 @@ +Simplified `rpc` configs. + +- New config `rpc.server_port` is added to replace `rpc.tcp_server_port` and `rpc.ssl_server_port`. +- `rpc.tcp_client_num` is renamed to `rpc.client_num` since this config is for both TCP and SSL. + +The old config names are kept as aliases for backward compatibility.