Increase wait timeout

This commit is contained in:
Dan 2017-12-11 12:55:31 +01:00
parent 7374c10afd
commit ff3dd4a3ba

View File

@ -61,7 +61,7 @@ class Session:
INITIAL_SALT = 0x616e67656c696361
WORKERS = 4
WAIT_TIMEOUT = 5
WAIT_TIMEOUT = 10
MAX_RETRIES = 5
ACKS_THRESHOLD = 8
PING_INTERVAL = 5