This commit is contained in:
Trym Lund Flogard
2021-06-05 14:00:02 +02:00
parent 2e7f2059ee
commit 7fe0b3a0b9
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -620,6 +620,8 @@ class NextcloudClient {
const timer = setTimeout(() => { }, 20000);
await fileStreamPromise;
await remoteStreamPromise;
// Wait for file to be processed
await new Promise(resolve => setTimeout(resolve, 1000));
clearTimeout(timer);
return remoteFilePath;
}
+1 -1
View File
File diff suppressed because one or more lines are too long