mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 15:10:48 +02:00
Merge pull request #11325 from overleaf/em-project-upload
Increase the upload project modal timeout GitOrigin-RevId: 2c1ba1e792bb778c59c0a8bbadf96a0f84de96f7
This commit is contained in:
+1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user