From 08a94a6678e27fcc3d4c050b8f6c8fbec68a7e1f Mon Sep 17 00:00:00 2001 From: Beeant Date: Sat, 24 Sep 2022 21:47:37 +0800 Subject: [PATCH] Update server.patch --- server.patch | 1 - 1 file changed, 1 deletion(-) diff --git a/server.patch b/server.patch index 0727519..b70f41b 100644 --- a/server.patch +++ b/server.patch @@ -68,7 +68,6 @@ index cf3ba90..d256724 100644 if (!tenantManager.isMultitenantMode()) { updateLicense(); - fs.watchFile(cfgLicenseFile, updateLicense); -+ setInterval(updateLicense, 86400000); }