Skip to content

Commit 70c332c

Browse files
committed
Increase default SSL handshake timeout to 60 seconds
1 parent 5044d24 commit 70c332c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

uvloop/includes/consts.pxi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ DEF LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5
1515

1616

1717
# Number of seconds to wait for SSL handshake to complete
18-
DEF SSL_HANDSHAKE_TIMEOUT = 10.0
18+
# The default timeout matches that of Nginx.
19+
DEF SSL_HANDSHAKE_TIMEOUT = 60.0

0 commit comments

Comments
 (0)