commit
This commit is contained in:
@@ -18,6 +18,14 @@ database:
|
||||
max_connections: 10
|
||||
min_connections: 2
|
||||
|
||||
# ========== Redis配置 ==========
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
password: ""
|
||||
db: 0
|
||||
pool_size: 10
|
||||
|
||||
# ========== 浏览器池配置 ==========
|
||||
browser_pool:
|
||||
idle_timeout: 1800 # 空闲超时(秒),已禁用自动清理,保持常驻
|
||||
|
||||
Reference in New Issue
Block a user