向nonebot对齐了一下日志输出
This commit is contained in:
@@ -116,7 +116,7 @@ impl AssetExecutionContext {
|
||||
.default_headers(headers)
|
||||
.connect_timeout(Duration::from_secs(10))
|
||||
.timeout(Duration::from_secs(180))
|
||||
.pool_max_idle_per_host(100)
|
||||
.pool_max_idle_per_host(4)
|
||||
.tcp_keepalive(Duration::from_secs(30));
|
||||
|
||||
if let Some(proxy) = &app_config.execution.proxy
|
||||
|
||||
Reference in New Issue
Block a user