Skip to content

Commit

Permalink
Merge pull request vmware-tanzu#523 from TaoZou1/license-interval
Browse files Browse the repository at this point in the history
update LicenseInterval to 86400 to align with NCP
  • Loading branch information
TaoZou1 authored Feb 22, 2024
2 parents 83bbf26 + 02c298b commit b01a0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
nsxOperatorDefaultConf = "/etc/nsx-operator/nsxop.ini"
vcHostCACertPath = "/etc/vmware/wcp/tls/vmca.pem"
// LicenseInterval is the timeout for checking license status
LicenseInterval = 7200
LicenseInterval = 86400
// LicenseIntervalForDFW is the timeout for checking license status while no DFW license enabled
LicenseIntervalForDFW = 1800
)
Expand Down

0 comments on commit b01a0d6

Please sign in to comment.