From 15d2e991b8889851f54bafeb1b9dbf003cebaca8 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 8 Jul 2022 09:50:56 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E9=BB=98=E8=AE=A4=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=BB=93=E5=BA=93=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 f5c58f14a..a892c4ef4 100644 --- a/kernel/conf/sync.go +++ b/kernel/conf/sync.go @@ -38,7 +38,7 @@ func NewSync() *Sync { CloudName: "main", Enabled: false, Mode: 1, - UseDataRepo: false, + UseDataRepo: true, } }