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:
Timothée Alby 2020-09-15 14:48:50 +02:00 committed by Copybot
parent 8f4ddcbbbb
commit c95b325de4

View file

@ -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(