Add reverse proxy test in travis

This commit is contained in:
Chocobozzz
2018-03-29 11:22:27 +02:00
parent 09e10ac0c9
commit 09becad8e8
4 changed files with 5 additions and 3 deletions

View File

@@ -238,7 +238,7 @@ const CONSTRAINTS_FIELDS = {
const RATES_LIMIT = {
LOGIN: {
WINDOW_MS: 5 * 60 * 1000, // 5 minutes
MAX: 10 // 10 attempts
MAX: 15 // 15 attempts
}
}