i think we're ready to try delivery in parallel
This commit is contained in:
parent
3dfe29724a
commit
d542796944
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue