mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
ci: slow down stats
This commit is contained in:
parent
34b1754f25
commit
22988894c8
@ -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…
x
Reference in New Issue
Block a user