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