Skip to content

Commit

Permalink
added warning about culling kernels with poor network connections
Browse files Browse the repository at this point in the history
  • Loading branch information
mheilman committed Oct 11, 2017
1 parent 241c7e1 commit f8ef573
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebook/services/kernels/kernelmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ def _update_root_dir(self, proposal):
cull_idle_timeout = Integer(0, config=True,
help="""Timeout (in seconds) after which a kernel is considered idle and ready to be culled. Values of 0 or
lower disable culling. The minimum timeout is 1 second. Positive values less than the minimum value
will be set to the minimum."""
will be set to the minimum. Very short timeouts may result in kernels being culled for users with poor
network connections."""
)

cull_interval_default = 300 # 5 minutes
Expand Down

0 comments on commit f8ef573

Please sign in to comment.