mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Increase WAIT_TIMEOUT to 30s
This commit is contained in:
parent
2e5073f114
commit
475012144d
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class Session:
|
|||
|
||||
INITIAL_SALT = 0x616e67656c696361
|
||||
NET_WORKERS = 1
|
||||
WAIT_TIMEOUT = 10
|
||||
WAIT_TIMEOUT = 30
|
||||
MAX_RETRIES = 5
|
||||
ACKS_THRESHOLD = 8
|
||||
PING_INTERVAL = 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue