mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03: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(
|
||||
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"
|
||||
|
Reference in New Issue
Block a user