We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5044d24 commit 70c332cCopy full SHA for 70c332c
uvloop/includes/consts.pxi
@@ -15,4 +15,5 @@ DEF LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5
15
16
17
# Number of seconds to wait for SSL handshake to complete
18
-DEF SSL_HANDSHAKE_TIMEOUT = 10.0
+# The default timeout matches that of Nginx.
19
+DEF SSL_HANDSHAKE_TIMEOUT = 60.0
0 commit comments