docs: add changelog for PR 13434

This commit is contained in:
zmstone 2024-07-09 22:22:53 +02:00
parent 7a23ae7b4d
commit 917df38a07
1 changed files with 6 additions and 0 deletions

6
changes/feat-13434.en.md Normal file
View File

@ -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.