mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #11325 from overleaf/em-project-upload
Increase the upload project modal timeout GitOrigin-RevId: 2c1ba1e792bb778c59c0a8bbadf96a0f84de96f7
This commit is contained in:
parent
12579d584a
commit
16627a18ef
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ function UploadProjectModal({ onHide }: UploadProjectModalProps) {
|
|||
},
|
||||
limit: 1,
|
||||
fieldName: 'qqfile', // "qqfile" is needed for our express multer middleware
|
||||
timeout: 120000,
|
||||
})
|
||||
.on('file-added', () => {
|
||||
// this function can be invoked multiple times depending on maxNumberOfFiles
|
||||
|
|
Loading…
Reference in a new issue