mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 12:51:35 +02:00
Merge pull request #2117 from overleaf/spd-joinproject-ratelimit
Increase editor join-project rate limit GitOrigin-RevId: 4d0d210e9d69804184765cad89cc3f67e0c482b7
This commit is contained in:
committed by
sharelatex
parent
6c6d8ba373
commit
e69b66fac3
@@ -74,7 +74,7 @@ module.exports = {
|
||||
RateLimiterMiddleware.rateLimit({
|
||||
endpointName: 'join-project',
|
||||
params: ['Project_id'],
|
||||
maxRequests: 30,
|
||||
maxRequests: 45,
|
||||
timeInterval: 60
|
||||
}),
|
||||
EditorHttpController.joinProject
|
||||
|
||||
Reference in New Issue
Block a user