mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-05 08:45:13 +00:00
Lower connection retries to 3
This commit is contained in:
@@ -26,7 +26,7 @@ log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Connection:
|
||||
MAX_RETRIES = 5
|
||||
MAX_RETRIES = 3
|
||||
|
||||
MODES = {
|
||||
0: TCPFull,
|
||||
|
Reference in New Issue
Block a user