Make sorting/limit more resilient in repository

This commit is contained in:
Jon Staab
2025-10-28 13:23:25 -07:00
parent 8b8e3a6a51
commit 3132b8c59a
15 changed files with 16 additions and 24 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ export const pull = async ({context, ...options}: PullOptions) => {
await Promise.all(
Array.from(idsByRelay.entries()).map(([relay, allIds]) => {
return Promise.all(
chunk(500, allIds).map(
chunk(100, allIds).map(
ids =>
new Promise<void>(resolve =>
requestOne({