mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Remove unused constant
This commit is contained in:
parent
775cbb568f
commit
b1f6131971
1 changed files with 0 additions and 1 deletions
|
|
@ -56,7 +56,6 @@ class Session:
|
||||||
platform.release()
|
platform.release()
|
||||||
)
|
)
|
||||||
|
|
||||||
NET_WORKERS = 1
|
|
||||||
WAIT_TIMEOUT = 15
|
WAIT_TIMEOUT = 15
|
||||||
MAX_RETRIES = 5
|
MAX_RETRIES = 5
|
||||||
ACKS_THRESHOLD = 8
|
ACKS_THRESHOLD = 8
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue