Skip to content

Commit

Permalink
backport #1600 to 2.0 (#1629)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Nov 29, 2021
1 parent 0554b0a commit 7fe3447
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/dashboard/app/views/files/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,8 @@ function getFilesAndDirectoriesFromDirectory (directoryReader, oldEntries, logDr
withCredentials: true,
fieldName: 'file',
limit: 1,
headers: { 'X-CSRF-Token': csrf_token }
headers: { 'X-CSRF-Token': csrf_token },
timeout: 128 * 1000,
});

uppy.on('file-added', (file) => {
Expand Down

0 comments on commit 7fe3447

Please sign in to comment.