FIX_SOFT_BLOCK_DUR_WT_15MIN
This commit is contained in:
parent
cfa5cbd42b
commit
f7937f0b97
@ -35,7 +35,7 @@ class RateLimiter extends BaseConfig
|
|||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
public array $userBlock = [
|
public array $userBlock = [
|
||||||
'soft_duration' => 0, // permanent, manual unblock only
|
'soft_duration' => 900, // permanent, manual unblock only
|
||||||
'medium_duration' => 7200, // 2 hours
|
'medium_duration' => 7200, // 2 hours
|
||||||
'hard_duration' => 86400, // 24 hours
|
'hard_duration' => 86400, // 24 hours
|
||||||
// attempts while at a block level before escalating to next
|
// attempts while at a block level before escalating to next
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user