Skip to content

Commit b04bce9

Browse files
committed
Lower connection retries to 3
1 parent 81d3d59 commit b04bce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/connection/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
class Connection:
29-
MAX_RETRIES = 5
29+
MAX_RETRIES = 3
3030

3131
MODES = {
3232
0: TCPFull,

0 commit comments

Comments
 (0)