Skip to content

Commit

Permalink
Increase the cull_inactive_interval for terminal app to 1 hour (#464)
Browse files Browse the repository at this point in the history
While testing the DEMO server we noticed that the Terminal app
auto-closes relatively quickly, which might be annoying to users. 
Let's increasing the "culling" interval from 10 minutes to 1 hour.
  • Loading branch information
danielhollas authored Jun 4, 2024
1 parent c4b7a83 commit c752bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stack/lab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ ENV NOTEBOOK_ARGS \
"--MappingKernelManager.cull_connected=True" \
"--MappingKernelManager.cull_idle_timeout=64800" \
"--MappingKernelManager.cull_interval=300" \
"--TerminalManager.cull_inactive_timeout=600" \
"--TerminalManager.cull_interval=60"
"--TerminalManager.cull_inactive_timeout=3600" \
"--TerminalManager.cull_interval=300"

# Set up the logo of notebook interface
ARG PYTHON_MINOR_VERSION
Expand Down

0 comments on commit c752bd6

Please sign in to comment.