diff --git a/docs/topic/idle-culler.rst b/docs/topic/idle-culler.rst index 530c171..b5af331 100644 --- a/docs/topic/idle-culler.rst +++ b/docs/topic/idle-culler.rst @@ -13,6 +13,10 @@ 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 maintained as +`a separate project `_. +For advanced users, the code leaves the option for direct adjustment, e.g. to add +features such as purging old user data. Default settings ================