From f075070a360202aa5401a57dc732f9181137369d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9D=E9=BB=84=E6=B8=85?= Date: Wed, 21 Jun 2023 11:44:21 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=BB=98=E8=AE=A4=E4=BD=BF?= =?UTF-8?q?=E7=94=A8resp3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gen_conf_optiongen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_conf_optiongen.go b/gen_conf_optiongen.go index d61426b..e1d7753 100644 --- a/gen_conf_optiongen.go +++ b/gen_conf_optiongen.go @@ -251,7 +251,7 @@ func newDefaultConf() *Conf { cc := &Conf{} for _, opt := range [...]ConfOption{ - WithResp(RESP2), + WithResp(RESP3), WithName(""), WithMasterName(""), WithEnableMonitor(true),