mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
cmd/derper: set a write timeout
Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
This commit is contained in:
parent
72dbf26f63
commit
5ad947c761
@ -119,6 +119,7 @@ func main() {
|
|||||||
letsEncrypt := tsweb.IsProd443(*addr)
|
letsEncrypt := tsweb.IsProd443(*addr)
|
||||||
|
|
||||||
s := derp.NewServer(key.Private(cfg.PrivateKey), log.Printf)
|
s := derp.NewServer(key.Private(cfg.PrivateKey), log.Printf)
|
||||||
|
s.WriteTimeout = 2 * time.Second
|
||||||
if *mbps != 0 {
|
if *mbps != 0 {
|
||||||
s.BytesPerSecond = (*mbps << 20) / 8
|
s.BytesPerSecond = (*mbps << 20) / 8
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user