Skip to content

Commit

Permalink
fix: okay dont go crazy on the concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Oct 8, 2024
1 parent b0bd512 commit 20b16d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/filecoin-api/src/aggregator/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export const handleAggregateInsertToPieceAcceptQueue = async (

return { ok: {} }
},
{ concurrency: 25 }
{ concurrency: 10 }
)
for (const r of results) {
if (r.error) return r
Expand Down

0 comments on commit 20b16d0

Please sign in to comment.