diff --git a/gestion/config.py b/gestion/config.py index 01e5a684..393ebbcf 100644 --- a/gestion/config.py +++ b/gestion/config.py @@ -324,7 +324,7 @@ class p2p : debit_adh = 12000 # = 12 Kb/s = 1500 o/s (>= MTU [1500 bytes]) # Limite de paquets acceptés par protocole P2P en deux heures - limite = {'Bittorrent': 20, + limite = {'Bittorrent': 100, 'AppleJuice': 50, 'SoulSeek': 500, 'WinMX': 50,