mirror of
https://github.com/sst/opencode.git
synced 2025-07-19 05:44:59 +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
|
||||
page++
|
||||
await new Promise((resolve) => setTimeout(resolve, 1000))
|
||||
}
|
||||
|
||||
return releases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue