[deconnexion.py] Passage 6h pour le bittorrent...
darcs-hash:20100219193934-ffbb2-ddc78bc943add4a86c7d522966aba9f9a6fe917a.gz
This commit is contained in:
parent
ab4630dd33
commit
2311370ac4
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ for ip, id_p2p, nombre in fraudeurs:
|
|||
|
||||
# L'adhérent n'est pas encore blacklisté
|
||||
if protocole == "Bittorrent":
|
||||
fin = int(time()) + 2*3600
|
||||
fin = int(time()) + 6*3600
|
||||
else:
|
||||
fin = int(time()) + 24*3600
|
||||
proprio.blacklist(['now', fin, 'autodisc_p2p', hostname])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue