mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
make api_page_max_limit configurable
This commit is contained in:
@@ -1035,7 +1035,7 @@ class JupyterHub(Application):
|
|||||||
|
|
||||||
api_page_max_limit = Integer(
|
api_page_max_limit = Integer(
|
||||||
200, help="The maximum amount of records that can be returned at once"
|
200, help="The maximum amount of records that can be returned at once"
|
||||||
)
|
).tag(config=True)
|
||||||
|
|
||||||
authenticate_prometheus = Bool(
|
authenticate_prometheus = Bool(
|
||||||
True, help="Authentication for prometheus metrics"
|
True, help="Authentication for prometheus metrics"
|
||||||
|
Reference in New Issue
Block a user