We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0beb55f + d4a7062 commit 054cd25Copy full SHA for 054cd25
.pre-commit-config.yaml
@@ -47,7 +47,7 @@ repos:
47
48
# Autoformat and linting, misc. details
49
- repo: https://github.com/pre-commit/pre-commit-hooks
50
- rev: v5.0.0
+ rev: v6.0.0
51
hooks:
52
- id: end-of-file-fixer
53
- id: requirements-txt-fixer
README.md
@@ -164,7 +164,6 @@ python3 -m jupyterhub_idle_culler [--timeout=900] [--url=http://localhost:8081/h
164
165
1. JupyterHub's `last_activity` data about user servers is not updated with high
166
frequency, so cull timeout should be greater than the sum of:
167
-
168
- single-user websocket ping interval (default: 30 seconds)
169
- `JupyterHub.last_activity_interval` (default: 5 minutes)
170
0 commit comments