mirror of
https://github.com/dromara/neutrino-proxy.git
synced 2026-06-03 21:01:05 +08:00
新增水位线配置.
This commit is contained in:
parent
a93646619e
commit
c478d8ba80
@ -4,6 +4,9 @@ solon.logging.logger:
|
||||
|
||||
neutrino:
|
||||
proxy:
|
||||
protocol:
|
||||
# 高低水位线,如:32KB/64KB、32KB/1MB、1MB/5MB
|
||||
# water-mark: 1MB/8MB
|
||||
tunnel:
|
||||
# 线程池相关配置,用于技术调优,可忽略
|
||||
thread-count: 50
|
||||
|
||||
@ -31,6 +31,8 @@ neutrino:
|
||||
read-idle-time: 120
|
||||
write-idle-time: 20
|
||||
all-idle-time-seconds: 0
|
||||
# 高低水位线,如:32KB/64KB、32KB/1MB、1MB/5MB
|
||||
# water-mark: 1MB/8MB
|
||||
tunnel:
|
||||
# 线程池相关配置,用于技术调优,可忽略
|
||||
thread-count: 50
|
||||
|
||||
@ -12,6 +12,9 @@ solon.logging:
|
||||
|
||||
neutrino:
|
||||
proxy:
|
||||
protocol:
|
||||
# 高低水位线,如:32KB/64KB、32KB/1MB、1MB/5MB
|
||||
# water-mark: 1MB/8MB
|
||||
# 隧道相关配置-用于维持服务端与客户端的通信
|
||||
tunnel:
|
||||
# 线程池相关配置,用于技术调优,可忽略
|
||||
|
||||
@ -32,6 +32,8 @@ neutrino:
|
||||
read-idle-time: 120
|
||||
write-idle-time: 20
|
||||
all-idle-time-seconds: 0
|
||||
# 高低水位线,如:32KB/64KB、32KB/1MB、1MB/5MB
|
||||
# water-mark: 1MB/8MB
|
||||
# 隧道相关配置-用于维持服务端与客户端的通信
|
||||
tunnel:
|
||||
# 线程池相关配置,用于技术调优,可忽略
|
||||
|
||||
Loading…
Reference in New Issue
Block a user