Reduce general brute force deflection delay multiplier for whole tool to
1.08 (down from 1.2)
This commit is contained in:
parent
7120b5dc74
commit
729a964d0c
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user