Update server.patch

This commit is contained in:
Beeant 2022-09-24 21:47:37 +08:00 committed by GitHub
parent a05666ba58
commit 08a94a6678
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,6 @@ index cf3ba90..d256724 100644
if (!tenantManager.isMultitenantMode()) {
updateLicense();
- fs.watchFile(cfgLicenseFile, updateLicense);
+
setInterval(updateLicense, 86400000);
}