From be56cae64f7bfac87adc9f181a8dc70b43a9ec0d Mon Sep 17 00:00:00 2001 From: xfy Date: Thu, 9 Apr 2026 14:43:53 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=A7=BB=E9=99=A4=E5=BA=9F=E5=BC=83?= =?UTF-8?q?=E7=9A=84=20max=5Fidle=5Fconns=20=E9=85=8D=E7=BD=AE=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 该字段已被移除,示例配置中不应再出现。 Co-Authored-By: Claude Opus 4.6 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8cc394f..8a6b1cb 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,6 @@ performance: max_size: 268435456 # 256MB inactive: 60s transport: - max_idle_conns: 1000 max_idle_conns_per_host: 100 idle_conn_timeout: 90s max_conns_per_host: 500 @@ -450,7 +449,6 @@ performance: max_entries: 50000 max_size: 268435456 # 256MB transport: - max_idle_conns: 1000 max_idle_conns_per_host: 100 idle_conn_timeout: 90s ```