From e5e8ee35b3d3297f87f38914a15540a013853cc1 Mon Sep 17 00:00:00 2001 From: qydysky Date: Fri, 15 Dec 2023 20:12:53 +0800 Subject: [PATCH] FIx --- CV/Var.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CV/Var.go b/CV/Var.go index 7591ee4..e4192b1 100644 --- a/CV/Var.go +++ b/CV/Var.go @@ -340,7 +340,7 @@ func (t *Common) Init() *Common { ReadTimeout: time.Duration(int(time.Second) * readTimeout), ReadHeaderTimeout: time.Duration(int(time.Second) * readHeaderTimeout), IdleTimeout: time.Duration(int(time.Second) * idleTimeout), - }, t.SerF) + }, t.SerF, t.SerF.LoadPerfix) if limits, ok := t.K_v.LoadV(`Web服务连接限制`).([]any); ok { for i := 0; i < len(limits); i++ { -- 2.39.2