mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #29695 from overleaf/change-auto-compile-rate-limit
Change auto compile rate limit GitOrigin-RevId: 9f689c4811ad03ebbbc8cf0abb5f0ac867356873
This commit is contained in:
committed by
Copybot
parent
1f356754de
commit
49e8d0c551
@@ -91,8 +91,8 @@ const rateLimiters = {
|
||||
duration: 60,
|
||||
}),
|
||||
compileProjectHttp: new RateLimiter('compile-project-http', {
|
||||
points: 800,
|
||||
duration: 60 * 60,
|
||||
points: 200,
|
||||
duration: 10 * 60,
|
||||
}),
|
||||
confirmEmail: new RateLimiter('confirm-email', {
|
||||
points: 10,
|
||||
|
||||
Reference in New Issue
Block a user