extend timeouts

This commit is contained in:
tycho garen
2021-07-08 15:26:41 -04:00
parent 9de7844ba4
commit 97909bc196
5 changed files with 4 additions and 6 deletions
-2
View File
@@ -476,8 +476,6 @@ func (r *Router) routeChannel(
}
if !contains {
r.logger.Error("tried to send message across a channel that the peer doesn't have available",
"peer", envelope.To, "channel", chID)
continue
}