减少等待时长
This commit is contained in:
parent
8a70d21688
commit
63deadbd5d
2
core.go
2
core.go
@ -108,7 +108,7 @@ func WriteLogProcess(cr *Core) {
|
||||
logrus.Info("start writelog: " + wg.Tag + " " + wg.Id)
|
||||
wg.Process(cr)
|
||||
}(wg)
|
||||
time.Sleep(50 * time.Millisecond)
|
||||
time.Sleep(5 * time.Millisecond)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user