mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
Increase the file upload rate limit from 200 to 500 per 15 mins (#24312)
GitOrigin-RevId: e57cc9f8dc12d40ce30eba0ef8067dd3ae72f3ea
This commit is contained in:
@@ -11,7 +11,7 @@ const rateLimiters = {
|
||||
duration: 60,
|
||||
}),
|
||||
fileUpload: new RateLimiter('file-upload', {
|
||||
points: 200,
|
||||
points: 500,
|
||||
duration: 60 * 15,
|
||||
}),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user