Sync tweaks

This commit is contained in:
Zef Hemel
2023-01-25 09:46:56 +01:00
parent e7728c2d2a
commit c56caac533
2 changed files with 18 additions and 9 deletions
+2 -2
View File
@@ -119,8 +119,8 @@ export function check(config: SyncEndpoint) {
return sync.check(config);
}
// const syncTimeout = 1000 * 60 * 30; // 30 minutes
const syncTimeout = 1000 * 20; // 20s
const syncTimeout = 1000 * 60 * 10; // 10 minutes
// const syncTimeout = 1000 * 20; // 20s
// Run on server
export async function performSync() {