diff --git a/src/common/encryption/LicenseManagerConnector.cpp b/src/common/encryption/LicenseManagerConnector.cpp index 9413b7a0554..eeb73579de7 100644 --- a/src/common/encryption/LicenseManagerConnector.cpp +++ b/src/common/encryption/LicenseManagerConnector.cpp @@ -15,15 +15,9 @@ const char kAesKeyPrefix[] = "OxUdhyLRcUe3EEX5YT@License"; const char kServiceName[] = "Database"; // 1 min -// static const int32_t kCheckPeriodInSec = 1 * 60; -// TODO(Aiee) for test only -// 10s -static const int32_t kCheckPeriodInSec = 10; +static const int32_t kCheckPeriodInSec = 1 * 60; // 7 days -// static const int32_t kRetryTimeoutInSec = 7 * 24 * 60 * 60; -// TODO(Aiee) for test only -// 10 mins -static const int32_t kRetryTimeoutInSec = 10 * 60; +static const int32_t kRetryTimeoutInSec = 7 * 24 * 60 * 60; // Http interface const char kGetLmIdApi[] = "/api/v1/lmid";