向nonebot对齐了一下日志输出

This commit is contained in:
2026-07-05 18:39:57 +08:00
parent 355cb36025
commit 1a645f9177
10 changed files with 260 additions and 169 deletions
+1 -1
View File
@@ -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