完善日志处理

This commit is contained in:
eson 2023-11-14 12:10:55 +08:00
parent fc8e41bb6f
commit 07980c0c4a

View File

@ -139,7 +139,7 @@ func StartNode(cfg *ConfigServer) {
go func() {
for DequeueHandler != nil {
DequeueHandler.Notify(DequeueHandler.NULL)
time.Sleep(time.Second * 1)
time.Sleep(time.Millisecond * 100)
}
}()