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 315d029 commit 591f294Copy full SHA for 591f294
jupyter_server_proxy/handlers.py
@@ -308,7 +308,7 @@ def proxy_request_headers(self):
308
def proxy_request_options(self):
309
'''A dictionary of options to be used when constructing
310
a tornado.httpclient.HTTPRequest instance for the proxy request.'''
311
- return dict(follow_redirects=False)
+ return dict(follow_redirects=False, request_timeout=75)
312
313
def check_xsrf_cookie(self):
314
'''
0 commit comments