mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-11 12:50:26 +08:00
将本地数据库同步模式改回OFF
This commit is contained in:
@@ -19,7 +19,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
SyncMode = "NORMAL"
|
SyncMode = "OFF"
|
||||||
)
|
)
|
||||||
|
|
||||||
var errDBIsClosed = errors.New("the database is closed")
|
var errDBIsClosed = errors.New("the database is closed")
|
||||||
|
|||||||
Reference in New Issue
Block a user