diff --git a/apps/dashboard/app/views/files/index.html.erb b/apps/dashboard/app/views/files/index.html.erb index 81e02adf2f..e377f5e6cc 100644 --- a/apps/dashboard/app/views/files/index.html.erb +++ b/apps/dashboard/app/views/files/index.html.erb @@ -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) => {