forked from x/icebergs
add some
This commit is contained in:
parent
377e165765
commit
94b2266982
@ -332,8 +332,9 @@ func init() {
|
|||||||
for i := 0; i < 5; i++ {
|
for i := 0; i < 5; i++ {
|
||||||
if _space_send(m, arg[0], kit.Simple(kit.Split(arg[1]), arg[2:])...); !m.IsErrNotFound() {
|
if _space_send(m, arg[0], kit.Simple(kit.Split(arg[1]), arg[2:])...); !m.IsErrNotFound() {
|
||||||
break
|
break
|
||||||
|
} else if i < 4 {
|
||||||
|
m.SetAppend().SetResult().Sleep("10s")
|
||||||
}
|
}
|
||||||
m.SetAppend().SetResult().Sleep3s()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}},
|
}},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user