Skip to content

Commit

Permalink
fix: increase yt transcript download parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesb committed Feb 28, 2024
1 parent 2dbbde0 commit e37788b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/tasks/twitterPipeline.saga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export const twitterPipeline = new Saga(
searchResults: results,
};
}),
{ concurrency: 2 }
{ concurrency: 4 }
);

const metaphorYouTubeResults = await pAll(
Expand Down

0 comments on commit e37788b

Please sign in to comment.