Skip to content

Commit

Permalink
Limit concurrent uploads to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
abartov committed Dec 9, 2024
1 parent aa0d6b1 commit bd925f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 52 deletions.
1 change: 1 addition & 0 deletions app/views/tasks/_new_document.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
$(document).ready(function() {
$('#upload_documents').fileupload({
dataType: 'json',
limitConcurrentUploads: 5,
add: function(e, data) {
data.context = $('<p class="file"></p>')
.append($('<a target="_blank"></a>').text(data.files[0].name))
Expand Down
52 changes: 0 additions & 52 deletions package-lock.json

This file was deleted.

0 comments on commit bd925f5

Please sign in to comment.