mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #2835 from overleaf/cmg-increase-group-invites
Increase number of group invites that can be processed at once GitOrigin-RevId: 59644a5260c41ddaff49125d265fb88dce57eaa3
This commit is contained in:
parent
ae82366122
commit
b430ad5e26
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module.exports = {
|
|||
UserMembershipMiddleware.requireGroupManagementAccess,
|
||||
RateLimiterMiddleware.rateLimit({
|
||||
endpointName: 'create-team-invite',
|
||||
maxRequests: 100,
|
||||
maxRequests: 200,
|
||||
timeInterval: 60
|
||||
}),
|
||||
TeamInvitesController.createInvite
|
||||
|
|
Loading…
Reference in a new issue