mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fix default settings for culler
This commit is contained in:
@@ -18,12 +18,12 @@ the idle culler configuration can be extended beyond tljh-config options, using
|
|||||||
|
|
||||||
## Default settings
|
## Default settings
|
||||||
|
|
||||||
By default, JupyterHub will ping the user notebook servers every 60s to check their
|
By default, JupyterHub will ping the user notebook servers every 10 min to check their
|
||||||
status. Every server found to be idle for more than 10 minutes will be culled.
|
status. Every server found to be idle for more than 1 hour will be culled.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
services.cull.every = 60
|
services.cull.every = 600
|
||||||
services.cull.timeout = 600
|
services.cull.timeout = 3600
|
||||||
```
|
```
|
||||||
|
|
||||||
Because the servers don't have a maximum age set, an active server will not be shut down
|
Because the servers don't have a maximum age set, an active server will not be shut down
|
||||||
|
|||||||
Reference in New Issue
Block a user