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', 'udp://0.0.0.0:11010',
'wg://0.0.0.0:11011', 'wg://0.0.0.0:11011',
], ],
rpc_port: 0, rpc_port: 15888,
latency_first: false, latency_first: false,
dev_name: '', dev_name: '',

View File

@@ -116,7 +116,7 @@ struct Cli {
short, short,
long, long,
help = t!("core_clap.rpc_portal").to_string(), help = t!("core_clap.rpc_portal").to_string(),
default_value = "0" default_value = "15888"
)] )]
rpc_portal: String, rpc_portal: String,