Rev833, Fix gevent 1.0.2 compatibility, Allow 6 connection from same host within 1 minute

This commit is contained in:
HelloZeroNet 2016-01-05 20:18:17 +01:00
parent f5f26821d5
commit 44a68104fb
4 changed files with 14 additions and 22 deletions

View file

@ -8,7 +8,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.3.5"
self.rev = 830
self.rev = 833
self.argv = argv
self.action = None
self.createParser()