1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

fix: use RateLimiterMemory instead of RateLimiterMongo

This commit is contained in:
2023-04-27 15:06:24 +05:00
parent 70c3834022
commit 6a520f5b26
2 changed files with 10 additions and 13 deletions

View File

@@ -184,7 +184,7 @@ MAX_WRONG_ATTEMPTS_BY_IP_PER_DAY = <number> default: 100;
# After this, access is blocked for an hour
# Store number for 90 days since first fail
# Store number for 24 days since first fail
# Once a successful login is attempted, it resets
MAX_CONSECUTIVE_FAILS_BY_USERNAME_AND_IP = <number> default: 10;