mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
tune(tunnel): 放宽 ping 间隔和超时参数, 增大出站队列容量
- gateway ping 间隔 500ms -> 15s, 出站队列 128 -> 512 - proxy ping 间隔 1s -> 10s, 连接超时 1.5s -> 3s, stale 超时 5s -> 30s
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user