mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-06 00:11:24 +00:00
Merge pull request #3172 from overleaf/hb-increase-file-upload-timeout
Decrease rate limit time for file uploads to every 15m instead of 30m GitOrigin-RevId: 672cfcd61d8531f4519250fbe02d80fb4aeaccfc
This commit is contained in:
parent
8f4ddcbbbb
commit
c95b325de4
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ module.exports = {
|
|||
endpointName: 'file-upload',
|
||||
params: ['Project_id'],
|
||||
maxRequests: 200,
|
||||
timeInterval: 60 * 30
|
||||
timeInterval: 60 * 15
|
||||
})
|
||||
if (Settings.allowAnonymousReadAndWriteSharing) {
|
||||
webRouter.post(
|
||||
|
|
Loading…
Reference in a new issue