mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Increase wait timeout
This commit is contained in:
parent
7374c10afd
commit
ff3dd4a3ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue