modify: Waitor wait time 12s

This commit is contained in:
huangsimin 2018-12-17 11:11:49 +08:00
parent 0490f5124b
commit 3c32236374

View File

@ -93,7 +93,7 @@ func (swi *Switch) checkInReady(ip string, now int64) {
dipg.Group[ip].ActiveTime = now
if dh, ok := dipg.Waitor[ip]; ok {
if dh.OverTime(now, 30) > 0 {
if dh.OverTime(now, 12) > 0 {
delete(dipg.Waitor, ip)
} else {
return