Bump importExportRateLimiting to 32
Allows up to 32 export requests within a 90 second window in Etherpad.
This commit is contained in:
parent
2471174b51
commit
6f86883324
@ -540,7 +540,7 @@
|
||||
"windowMs": 90000,
|
||||
|
||||
// maximum number of requests per IP to allow during the rate limit window
|
||||
"max": 16
|
||||
"max": 32
|
||||
},
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user