Bump importExportRateLimiting to 32

Allows up to 32 export requests within a 90 second window in Etherpad.
This commit is contained in:
Daniel Petri Rocha 2023-11-14 20:03:23 +01:00 committed by GitHub
parent 2471174b51
commit 6f86883324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -540,7 +540,7 @@
"windowMs": 90000,
// maximum number of requests per IP to allow during the rate limit window
"max": 16
"max": 32
},
/*