mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-24 07:51:44 +00:00
Increase wait timeout
This commit is contained in:
parent
7374c10afd
commit
ff3dd4a3ba
@ -61,7 +61,7 @@ class Session:
|
|||||||
INITIAL_SALT = 0x616e67656c696361
|
INITIAL_SALT = 0x616e67656c696361
|
||||||
|
|
||||||
WORKERS = 4
|
WORKERS = 4
|
||||||
WAIT_TIMEOUT = 5
|
WAIT_TIMEOUT = 10
|
||||||
MAX_RETRIES = 5
|
MAX_RETRIES = 5
|
||||||
ACKS_THRESHOLD = 8
|
ACKS_THRESHOLD = 8
|
||||||
PING_INTERVAL = 5
|
PING_INTERVAL = 5
|
||||||
|
Loading…
Reference in New Issue
Block a user