From 569a953a306ed3fd19f3fc9f6c20f7be70205e50 Mon Sep 17 00:00:00 2001 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:56:27 +0000 Subject: [PATCH] [debug] narrow down the bisection (previous commit passed) --- .../jupyterhub/files/jupyter/jupyter_server_config.py.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_nebari/stages/kubernetes_services/template/modules/kubernetes/services/jupyterhub/files/jupyter/jupyter_server_config.py.tpl b/src/_nebari/stages/kubernetes_services/template/modules/kubernetes/services/jupyterhub/files/jupyter/jupyter_server_config.py.tpl index caa1daa27c..58ecc5fa03 100644 --- a/src/_nebari/stages/kubernetes_services/template/modules/kubernetes/services/jupyterhub/files/jupyter/jupyter_server_config.py.tpl +++ b/src/_nebari/stages/kubernetes_services/template/modules/kubernetes/services/jupyterhub/files/jupyter/jupyter_server_config.py.tpl @@ -12,6 +12,7 @@ c.FileContentsManager.allow_hidden = True # Set the preferred path for the frontend to start in preferred_dir = "${jupyterlab_preferred_dir}" c.FileContentsManager.preferred_dir = preferred_dir if preferred_dir else None +""" # Timeout (in seconds) in which a terminal has been inactive and ready to # be culled. @@ -28,7 +29,6 @@ c.MappingKernelManager.cull_idle_timeout = ${kernel_cull_idle_timeout} * 60 # cull_interval: the interval (in seconds) on which to check for idle # kernels exceeding the cull timeout value c.MappingKernelManager.cull_interval = ${kernel_cull_interval} * 60 -""" # cull_connected: whether to consider culling kernels which have one # or more connections