Skip to content

Commit

Permalink
Parallel downloads confound the scan order!
Browse files Browse the repository at this point in the history
  • Loading branch information
abartov committed Dec 10, 2024
1 parent bd925f5 commit 30d0d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/tasks/_new_document.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$(document).ready(function() {
$('#upload_documents').fileupload({
dataType: 'json',
limitConcurrentUploads: 5,
sequentialUploads: true,
add: function(e, data) {
data.context = $('<p class="file"></p>')
.append($('<a target="_blank"></a>').text(data.files[0].name))
Expand All @@ -36,4 +36,4 @@
});
}
});
});
});

0 comments on commit 30d0d65

Please sign in to comment.