ooconnector: poll forgotten files, wip: extract code from oocallback to call here (#525)

This commit is contained in:
Eric Doughty-Papassideris
2024-08-25 22:26:28 +02:00
parent d94ec46e1d
commit 0914db9789
6 changed files with 107 additions and 12 deletions
@@ -12,3 +12,7 @@ export const {
SERVER_PREFIX,
SERVER_ORIGIN,
} = process.env;
export const twakeDriveTokenRefrehPeriodMS = 10 * 60 * 1000;
export const onlyOfficeForgottenFilesCheckPeriodMS = 10 * 60 * 1000;
export const onlyOfficeConnectivityCheckPeriodMS = 10 * 60 * 1000;