1
0
Fork 0
mirror of https://github.com/apernet/hysteria.git synced 2025-04-05 21:47:39 +03:00

Add missing prometheus_listen entry in README.zh.md

This commit is contained in:
Toby 2021-04-10 18:30:59 -07:00
parent be104a60be
commit 240fb5aa0e

View file

@ -118,6 +118,7 @@ Hysteria 是专门针对恶劣网络环境(常见于卫星网络、在中国
"password": "yubiyubi"
}
},
"prometheus_listen": ":8080", // Prometheus 统计接口监听地址 (在 /metrics)
"recv_window_conn": 33554432, // QUIC stream receive window
"recv_window_client": 67108864, // QUIC connection receive window
"max_conn_client": 4096 // 单客户端最大活跃连接数