From c7ea14ba9a243e458c65ec461ef8018798cbf0aa Mon Sep 17 00:00:00 2001 From: hawklin2017 <32898629+hawklin2017@users.noreply.github.com> Date: Thu, 16 Apr 2026 10:48:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/rpc/captcha/captcha.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rpc/captcha/captcha.go b/internal/rpc/captcha/captcha.go index fe5ffa9c6..206b376e5 100644 --- a/internal/rpc/captcha/captcha.go +++ b/internal/rpc/captcha/captcha.go @@ -83,7 +83,7 @@ func Start(ctx context.Context, cfg *Config, _ discovery.SvcDiscoveryRegistry, g s.conf.ExpireSeconds = 120 } if s.conf.VerifyPadding <= 0 { - s.conf.VerifyPadding = 32 + s.conf.VerifyPadding = 8 } pbcaptcha.RegisterCaptchaServer(grpcServer, s) return nil