make api_page_max_limit configurable

This commit is contained in:
Min RK
2021-09-13 12:59:47 +02:00
parent 50e78fa7d6
commit 47292d9af2

View File

@@ -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"