mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #2117 from overleaf/spd-joinproject-ratelimit
Increase editor join-project rate limit GitOrigin-RevId: 4d0d210e9d69804184765cad89cc3f67e0c482b7
This commit is contained in:
parent
6c6d8ba373
commit
e69b66fac3
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ module.exports = {
|
||||||
RateLimiterMiddleware.rateLimit({
|
RateLimiterMiddleware.rateLimit({
|
||||||
endpointName: 'join-project',
|
endpointName: 'join-project',
|
||||||
params: ['Project_id'],
|
params: ['Project_id'],
|
||||||
maxRequests: 30,
|
maxRequests: 45,
|
||||||
timeInterval: 60
|
timeInterval: 60
|
||||||
}),
|
}),
|
||||||
EditorHttpController.joinProject
|
EditorHttpController.joinProject
|
||||||
|
|
Loading…
Reference in a new issue