增加RangDial等待时间

This commit is contained in:
injoyai
2025-03-24 16:29:03 +08:00
parent 0c27cc4276
commit ff7fc6aba0

View File

@@ -74,6 +74,7 @@ func NewRangeDial(hosts []string) ios.DialFunc {
if i < len(hosts)-1 {
//最后一个错误返回出去
logs.Err(err)
<-time.After(time.Second * 3)
}
}
return