From 4bbecea4e67793176ff3b6c01382696270c4e3fb Mon Sep 17 00:00:00 2001 From: Abhishek Shah Date: Mon, 3 Aug 2015 15:32:59 -0700 Subject: [PATCH] Changed udpIdleTimeout to 1 second from 10 seconds --- pkg/proxy/proxier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/proxy/proxier.go b/pkg/proxy/proxier.go index a2eecf6d96f..62b2e0028fb 100644 --- a/pkg/proxy/proxier.go +++ b/pkg/proxy/proxier.go @@ -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