Skip to content

Commit

Permalink
update LicenseInterval to 86400 to align with NCP
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoZou1 committed Feb 21, 2024
1 parent 83bbf26 commit 02c298b
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 02c298b

Please sign in to comment.