From 099bb87a2a6d8b77811e53f94e73cdc69319885e Mon Sep 17 00:00:00 2001 From: pessoles Date: Wed, 7 Sep 2005 22:36:18 +0200 Subject: [PATCH] Mise a niveau des flood et des virus darcs-hash:20050907203618-6d78a-4148208980edfb2aaacdf3d7efe37e8554f9c7d8.gz --- gestion/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gestion/config.py b/gestion/config.py index b55da758..81950a3a 100644 --- a/gestion/config.py +++ b/gestion/config.py @@ -171,7 +171,8 @@ Message cr ###################################### class virus: # Nombre de Flood Par heure - flood = 5 + flood = 100 + virus = 10 # Classe pour la détection du p2p # ###################################