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

This commit is contained in:
刘祥超
2022-03-14 11:47:34 +08:00
parent ce87fa25e7
commit d0b86af4ef
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 // 是否开启本地数据库统计
)