perf: update default rpc_port value to 15888 in network configuration

This commit is contained in:
m1m1sha
2025-04-05 10:17:16 +08:00
parent e5917fad4e
commit f103fc13d9
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ export function DEFAULT_NETWORK_CONFIG(): NetworkConfig {
'udp://0.0.0.0:11010',
'wg://0.0.0.0:11011',
],
rpc_port: 0,
rpc_port: 15888,
latency_first: false,
dev_name: '',