diff --git a/broker/ipc.go b/broker/ipc.go index bde72b0..709974b 100644 --- a/broker/ipc.go +++ b/broker/ipc.go @@ -14,7 +14,7 @@ import ( ) const ( - ClientTimeout = 10 + ClientTimeout = 5 // this is calibrated to match the timeout of the CDNs we use for rendezvous ProxyTimeout = 10 NATUnknown = "unknown"