Set default maxretry to 4

This commit is contained in:
Daniel Berteaud 2013-05-02 19:11:51 +02:00
parent 2bc85614b1
commit 5f6c3d7174
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
our $maxretry = $fail2ban{'MaxRetry'} || '5';
our $maxretry = $fail2ban{'MaxRetry'} || '4';
$OUT .= "maxretry = $maxretry";