From 0fb4fd45a6bb0d05081265e5bffc70b489884bbc Mon Sep 17 00:00:00 2001 From: Xie Zheng Date: Fri, 22 Nov 2024 13:36:47 +0800 Subject: [PATCH] Lengthen GC interval to 10min --- pkg/nsx/services/common/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/nsx/services/common/types.go b/pkg/nsx/services/common/types.go index 09b2f76e3..dfc6e2ce8 100644 --- a/pkg/nsx/services/common/types.go +++ b/pkg/nsx/services/common/types.go @@ -89,7 +89,7 @@ const ( ValuePatchVersion string = "0" ConnectorUnderline string = "_" - GCInterval = 60 * time.Second + GCInterval = 10 * 60 * time.Second DefaultSNATID = "DEFAULT" AVISubnetLBID = "_services"