From 47292d9af202ebd75eef821bd6aaa49e34d7eedd Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 13 Sep 2021 12:59:47 +0200 Subject: [PATCH] make api_page_max_limit configurable --- jupyterhub/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/app.py b/jupyterhub/app.py index 801c3785..498c7cd2 100644 --- a/jupyterhub/app.py +++ b/jupyterhub/app.py @@ -1035,7 +1035,7 @@ class JupyterHub(Application): api_page_max_limit = Integer( 200, help="The maximum amount of records that can be returned at once" - ) + ).tag(config=True) authenticate_prometheus = Bool( True, help="Authentication for prometheus metrics"