Reduce general brute force deflection delay multiplier for whole tool to

1.08 (down from 1.2)
This commit is contained in:
Joshua Ramon Enslin 2020-11-18 00:39:59 +01:00
parent 7120b5dc74
commit 729a964d0c
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -45,7 +45,7 @@ final class MD_STD_SEC {
}
const BRUTE_FORCE_DELAY_DEFAULT = 2000; // 2000 microseconds = 2 milliseconds
const BRUTE_FORCE_DELAY_MULTIPLIER_COMMON = 1.2;
const BRUTE_FORCE_DELAY_MULTIPLIER_COMMON = 1.08;
const BRUTE_FORCE_DELAY_MULTIPLIER_PER_USER = 3;
const BRUTE_FORCE_DELAY_MULTIPLIER_PER_IP = 8;