tweak hasher limit

pull/9698/head
Thibault Duplessis 2021-08-29 21:27:07 +02:00
parent d38f41c764
commit 48a6cf5a8c
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ object PasswordHasher {
)
private lazy val rateLimitGlobal = new RateLimit[String](
credits = 4 * 10 * 60, // max out 4 cores for 60 seconds
credits = 6 * 10 * 60, // max out 6 cores for 60 seconds
duration = 1 minute,
key = "password.hashes.global"
)