From c7ace886dede07cab8034337f136479ef32051bc Mon Sep 17 00:00:00 2001
From: Thuban <thuban@yeuxdelibad.net>
Date: Mon, 21 Aug 2017 13:40:38 +0000
Subject: [PATCH] support logrotate

---
 vilain.conf |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/vilain.conf b/vilain.conf
index 9e97fef..ecfec45 100644
--- a/vilain.conf
+++ b/vilain.conf
@@ -9,13 +9,13 @@
 #     /sbin/pfctl -t vilain_bruteforce -T expire 86400
 vilain_table = vilain_bruteforce
 
+# duration before each checks on the different log files
+sleeptime = 3.0
+
 ### Ip ignored ###
 [ignoreip]
 ip1 = 92.150.160.157
 ip2 = 92.150.160.156
-
-# duration before each checks on the different log files
-sleeptime = 0.5
 
 ### Guardians
 #[name of the guardian]

--
Gitblit v1.9.3