Skip to content

Commit 245b7e6

Browse files
committed
Tweak Session timeouts
1 parent 283246a commit 245b7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/session/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(self):
4545

4646

4747
class Session:
48-
START_TIMEOUT = 5
48+
START_TIMEOUT = 2
4949
WAIT_TIMEOUT = 15
5050
SLEEP_THRESHOLD = 10
5151
MAX_RETRIES = 10

0 commit comments

Comments
 (0)