Skip to content

Commit

Permalink
chore: fetch more version for vfox search
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 committed May 6, 2024
1 parent 64187fe commit 6efd36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/get_all_etcd_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# github api has rate limt
# prefer use local version file
def update_all_version_from_github_api():
url = "https://api.github.com/repos/etcd-io/etcd/tags?per_page=100&sort=pushed"
url = "https://api.github.com/repos/etcd-io/etcd/tags?per_page=500&sort=pushed"
response = requests.get(url)
data = response.json()
print(data)
Expand Down

0 comments on commit 6efd36f

Please sign in to comment.