tune(tunnel): 放宽 ping 间隔和超时参数, 增大出站队列容量

- gateway ping 间隔 500ms -> 15s, 出站队列 128 -> 512
- proxy ping 间隔 1s -> 10s, 连接超时 1.5s -> 3s, stale 超时 5s -> 30s
This commit is contained in:
fawney19
2026-04-16 11:05:44 +08:00
parent 47a11ee0b5
commit ffe34120c1
3 changed files with 6 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ struct Args {
#[arg(
long,
default_value_t = 128,
default_value_t = 512,
env = "AETHER_TUNNEL_STANDALONE_OUTBOUND_QUEUE_CAPACITY"
)]
outbound_queue_capacity: usize,