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

This commit is contained in:
刘祥超
2021-01-19 22:06:10 +08:00
parent 99073b98d6
commit ca3f980b52
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()
})
}