From d1572e4400a2f62593a1c8c5748a8a2816ef6861 Mon Sep 17 00:00:00 2001 From: Georgiana Elena Date: Tue, 25 Aug 2020 21:01:28 +0300 Subject: [PATCH] Update docs/topic/idle-culler.rst --- docs/topic/idle-culler.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topic/idle-culler.rst b/docs/topic/idle-culler.rst index 86d53ed..b8c520b 100644 --- a/docs/topic/idle-culler.rst +++ b/docs/topic/idle-culler.rst @@ -12,7 +12,7 @@ JupyterHub pings the user's notebook server at certain time intervals. If no res is received from the server during this checks and the timeout expires, the server is considered to be *inactive (idle)* and will be culled. -The idle culler is a JupyterHub service that is installed and enabled by default in TLJH. +The `idle culler `_ is a JupyterHub service that is installed and enabled by default in TLJH. It can be configured using tljh-config. For advanced use-cases, like purging old user data, the idle culler configuration can be extended beyond tljh-config options, using custom `jupyterhub_config.py snippets `__.