From c9f9411c37c3f26e73433ffdbf5de92fbd67a1c7 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 4 Jul 2022 16:50:53 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E5=85=AC=E6=B5=8B=E4=BA=91=E7=AB=AF?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=95=B0=E6=8D=AE=E4=BB=93=E5=BA=93=20https:?= =?UTF-8?q?//github.com/siyuan-note/siyuan/issues/5337?= 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 ede546dc1..7ca5385f4 100644 --- a/kernel/conf/sync.go +++ b/kernel/conf/sync.go @@ -38,7 +38,7 @@ func NewSync() *Sync { CloudName: "main", Enabled: true, Mode: 1, - UseDataRepo: true, + UseDataRepo: false, } }