Skip to content

Commit 6f8fb49

Browse files
committed
turn download ordered = false
1 parent cf89beb commit 6f8fb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/uid2/shared/vertx/CloudSyncVerticle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ private Future<Void> cloudDownloadFile(String s3Path) {
362362
this.downloadExecutor.executeBlocking(() -> {
363363
this.cloudDownloadBlocking(s3Path);
364364
return null;
365-
}).onComplete(ar -> {
365+
}, false).onComplete(ar -> {
366366
this.pendingDownload.remove(s3Path);
367367
this.handleAsyncResult(ar);
368368
promise.complete();

0 commit comments

Comments
 (0)