mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 13:09:04 +08:00
默认关闭 idle_timeout
This commit is contained in:
@@ -82,10 +82,10 @@ default_domain = "example.com"
|
||||
#default_domain = "example.com abc.example.com"
|
||||
|
||||
#空闲链接超时时间(秒)-超时后断开链接,0关闭此功能
|
||||
idle_timeout = 1800
|
||||
idle_timeout = 0
|
||||
#session过期时间,用于断线重连,0永不过期
|
||||
session_timeout = 3600
|
||||
auth_timeout = 0
|
||||
#auth_timeout = 0
|
||||
audit_interval = 600
|
||||
|
||||
show_sql = false
|
||||
|
Reference in New Issue
Block a user