This commit is contained in:
crusader 2018-10-01 11:48:48 +09:00
parent 68ad5ce901
commit cddbd6af49

View File

@ -132,7 +132,7 @@ Loop:
}
select {
case <-time.After(time.Microsecond * 100):
case <-time.After(time.Microsecond * 10):
case <-stopChan:
return nil
}