mirror of
https://github.com/sst/opencode.git
synced 2025-07-22 23:35:01 +00:00
ci: slow down stats
This commit is contained in:
parent
34b1754f25
commit
22988894c8
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ async function fetchReleases(): Promise<Release[]> {
|
||||||
|
|
||||||
if (batch.length < per) break
|
if (batch.length < per) break
|
||||||
page++
|
page++
|
||||||
|
await new Promise((resolve) => setTimeout(resolve, 1000))
|
||||||
}
|
}
|
||||||
|
|
||||||
return releases
|
return releases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue