|
@@ -43,7 +43,6 @@ func main() {
|
|
|
go model.AutoGenerateDocHistory()
|
|
|
go model.AutoSync()
|
|
|
go model.AutoStat()
|
|
|
- go model.HookResident()
|
|
|
util.SetBooted()
|
|
|
util.ClearPushProgress(100)
|
|
|
go model.AutoRefreshCheck()
|
|
@@ -51,6 +50,7 @@ func main() {
|
|
|
go sql.AutoFlushTreeQueue()
|
|
|
go treenode.AutoFlushBlockTree()
|
|
|
go cache.LoadAssets()
|
|
|
+ go model.HookResident()
|
|
|
model.WatchAssets()
|
|
|
model.HandleSignal()
|
|
|
}
|