Skip to content

Commit

Permalink
Merge pull request #6192 from shaneknapp/set-chp-timeout-data8
Browse files Browse the repository at this point in the history
[DH-3] Set chp timeout data8, data100, datahub
  • Loading branch information
shaneknapp authored Sep 18, 2024
2 parents 42826b3 + 469f3ae commit 35227e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jupyterhub:
image:
tag: 4.6.2
extraCommandLineFlags:
# set the timeout and proxyTimeout to 24 hours (arg is in milliseconds)
# set the timeout and proxyTimeout to 5 seconds
# https://github.com/http-party/node-http-proxy?tab=readme-ov-file#options
# - "--timeout=86400000"
# - "--proxy-timeout=86400000"
- "--timeout=5000"
- "--proxy-timeout=5000"
resources:
requests:
# FIXME: We want no guarantees here!!!
Expand Down

0 comments on commit 35227e1

Please sign in to comment.