Skip to content

Commit

Permalink
Update 02-spawner.py
Browse files Browse the repository at this point in the history
changing limit to 2
  • Loading branch information
BrianCashProf authored Aug 7, 2024
1 parent b0aee87 commit 7eafd9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_conda_store_environments(user_info: dict):

external_url = z2jh.get_config("custom.conda-store-service-name")
token = z2jh.get_config("custom.conda-store-jhub-apps-token")
endpoint = "conda-store/api/v1/environment/?page=1&size=100"
endpoint = "conda-store/api/v1/environment/?page=1&size=2"

url = yarl.URL(f"http://{external_url}/{endpoint}/")

Expand Down

0 comments on commit 7eafd9d

Please sign in to comment.