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

This commit is contained in:
刘祥超
2023-10-08 12:29:54 +08:00
parent a80a89edf5
commit a95e2e3259

View File

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