@@ -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, 20) > 0 {
if dh.OverTime(now, 30) > 0 {
delete(dipg.Waitor, ip)
} else {
return
The note is not visible to the blocked user.