可以清理数据库节点的数据表

This commit is contained in:
GoEdgeLab
2021-01-19 22:06:10 +08:00
parent f71103c259
commit 56dadcb627
3 changed files with 193 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ type HTTPAccessLogDAOWrapper struct {
func init() {
initializer := NewDBNodeInitializer()
dbs.OnReady(func() {
dbs.OnReadyDone(func() {
go initializer.Start()
})
}