tangled
alpha
login
or
join now
rocksky.app
/
rocksky
96
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
rocksky.app
spotify
atproto
lastfm
musicbrainz
scrobbling
listenbrainz
96
fork
atom
overview
issues
7
pulls
pipelines
Reduce pagination delay from 100ms to 20ms
tsiry-sandratraina.com
1 month ago
0df2d0ad
61283dab
+1
-1
1 changed file
expand all
collapse all
unified
split
tap
src
main.ts
+1
-1
tap/src/main.ts
···
236
236
page++;
237
237
238
238
if (hasMore && page % 5 === 0) {
239
239
-
await new Promise((resolve) => setTimeout(resolve, 100));
239
239
+
await new Promise((resolve) => setTimeout(resolve, 20));
240
240
}
241
241
}
242
242