Skip to content

Commit

Permalink
Merge pull request #924 from zhengxiexie/topic/zhengxie/main/gc_interval
Browse files Browse the repository at this point in the history
Lengthen GC interval to 10min
  • Loading branch information
zhengxiexie authored Nov 22, 2024
2 parents 107a359 + 205ceac commit cc38dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/nsx/services/common/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const (
ValuePatchVersion string = "0"
ConnectorUnderline string = "_"

GCInterval = 60 * time.Second
GCInterval = 10 * 60 * time.Second
DefaultSNATID = "DEFAULT"
AVISubnetLBID = "_services"

Expand Down

0 comments on commit cc38dd5

Please sign in to comment.