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 b398ef7 commit 1b620f4Copy full SHA for 1b620f4
jupyter_server_proxy/handlers.py
@@ -316,7 +316,7 @@ def proxy_request_headers(self):
316
def proxy_request_options(self):
317
'''A dictionary of options to be used when constructing
318
a tornado.httpclient.HTTPRequest instance for the proxy request.'''
319
- return dict(follow_redirects=False, request_timeout=75)
+ return dict(follow_redirects=False, request_timeout=75.0)
320
321
def check_xsrf_cookie(self):
322
'''
0 commit comments