将本地数据库同步模式改回OFF

This commit is contained in:
GoEdgeLab
2023-10-08 12:29:54 +08:00
parent 224abcfe0a
commit 6b2bc3c817

View File

@@ -19,7 +19,7 @@ import (
)
const (
SyncMode = "NORMAL"
SyncMode = "OFF"
)
var errDBIsClosed = errors.New("the database is closed")