Skip to content

Commit 7e929fb

Browse files
authored
Fix default settings for culler
1 parent 3eeb028 commit 7e929fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/topic/idle-culler.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ the idle culler configuration can be extended beyond tljh-config options, using
1818

1919
## Default settings
2020

21-
By default, JupyterHub will ping the user notebook servers every 60s to check their
22-
status. Every server found to be idle for more than 10 minutes will be culled.
21+
By default, JupyterHub will ping the user notebook servers every 10 min to check their
22+
status. Every server found to be idle for more than 1 hour will be culled.
2323

2424
```python
25-
services.cull.every = 60
26-
services.cull.timeout = 600
25+
services.cull.every = 600
26+
services.cull.timeout = 3600
2727
```
2828

2929
Because the servers don't have a maximum age set, an active server will not be shut down

0 commit comments

Comments
 (0)