Skip to content

Commit

Permalink
fix Bug 72100
Browse files Browse the repository at this point in the history
added delay because document server issued warning
[WARN] [localhost] [docId] [userId] nodeJS - [Error: ENOENT: no such file or directory, open '/var/www/onlyoffice/documentserver/../Data/license.lic']
  • Loading branch information
andreysavihin committed Dec 17, 2024
1 parent f0b03f5 commit c5dd296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/ASC.Core.Common/Billing/License/LicenseReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public async Task RefreshLicenseAsync(Func<Task<bool>> validateFunc)
if (temp)
{
await SaveLicenseAsync(licenseStream, LicensePath);
await Task.Delay(100);
}

if (!await validateFunc())
Expand Down

0 comments on commit c5dd296

Please sign in to comment.