From d1dbf545a9be9a04e731d5f1ce88afbf637d8744 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Wed, 6 Jul 2022 22:30:05 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E9=BB=98=E8=AE=A4=E4=B8=8D=E5=90=AF?= =?UTF-8?q?=E7=94=A8=E4=BA=91=E7=AB=AF=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/conf/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/conf/sync.go b/kernel/conf/sync.go index 7ca5385f4..f5c58f14a 100644 --- a/kernel/conf/sync.go +++ b/kernel/conf/sync.go @@ -36,7 +36,7 @@ type Sync struct { func NewSync() *Sync { return &Sync{ CloudName: "main", - Enabled: true, + Enabled: false, Mode: 1, UseDataRepo: false, }