mirror of https://github.com/tailscale/tailscale/
derp: reduce excess goroutines blocking on broadcasts
Observed on one busy derp node, there were 600 goroutines blocked writing to this channel, which represents not only more blocked routines than we need, but also excess wake-ups downstream as the latent goroutines writes represent no new work. Updates #self Signed-off-by: James Tucker <james@tailscale.com>dsnet/httpio
parent
5cc1bfe82d
commit
ff9c1ebb4a
Loading…
Reference in New Issue