Merge pull request #12173 from ArtfulCoder/udp_timeout

Auto commit by PR queue bot
This commit is contained in:
Alex Mohr 2015-08-03 18:48:39 -07:00
commit 2e72cdb722

View File

@ -256,7 +256,7 @@ func (proxier *Proxier) addServiceOnPort(service ServicePortName, protocol api.P
}
// How long we leave idle UDP connections open.
const udpIdleTimeout = 10 * time.Second
const udpIdleTimeout = 1 * time.Second
// OnUpdate manages the active set of service proxies.
// Active service proxies are reinitialized if found in the update set or