程序意外退出时关闭sqlite指针

This commit is contained in:
GoEdgeLab
2022-03-14 11:47:34 +08:00
parent 9a6a491817
commit 6436ba503b
7 changed files with 72 additions and 13 deletions

View File

@@ -15,7 +15,6 @@ var (
GlobalProductName = nodeconfigs.DefaultProductName
// Track
EnableDBStat = false
IsQuiting = false // 是否正在退出
EnableDBStat = false // 是否开启本地数据库统计
)