Increase findtime to 900

This commit is contained in:
Daniel Berteaud 2013-05-03 16:52:10 +02:00
parent 7f2dc909f2
commit 0865b67e7c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
my $findtime = $fail2ban{'FindTime'} || '600';
my $findtime = $fail2ban{'FindTime'} || '900';
$OUT .= "findtime = $findtime";