i think we're ready to try delivery in parallel
This commit is contained in:
parent
3dfe29724a
commit
d542796944
|
@ -645,7 +645,7 @@ func honkworldwide(user *WhatAbout, honk *Honk) {
|
|||
}
|
||||
}
|
||||
for a := range rcpts {
|
||||
deliverate(0, user.Name, a, msg)
|
||||
go deliverate(0, user.Name, a, msg)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue