完善日志处理
This commit is contained in:
parent
fc8e41bb6f
commit
07980c0c4a
2
main.go
2
main.go
|
@ -139,7 +139,7 @@ func StartNode(cfg *ConfigServer) {
|
||||||
go func() {
|
go func() {
|
||||||
for DequeueHandler != nil {
|
for DequeueHandler != nil {
|
||||||
DequeueHandler.Notify(DequeueHandler.NULL)
|
DequeueHandler.Notify(DequeueHandler.NULL)
|
||||||
time.Sleep(time.Second * 1)
|
time.Sleep(time.Millisecond * 100)
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user