فهرست منبع

docs: add changelog for PR 13434

zmstone 1 سال پیش
والد
کامیت
917df38a07
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      changes/feat-13434.en.md

+ 6 - 0
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.