cmd/derper: set a write timeout
Signed-off-by: David Crawshaw <crawshaw@tailscale.com>pull/180/head
parent
9cd899f83e
commit
efbb4f2b66
|
@ -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