diff --git a/src/_data/datasource.js b/src/_data/datasource.js index 4f6168b2..b1c3a2c5 100644 --- a/src/_data/datasource.js +++ b/src/_data/datasource.js @@ -24,7 +24,7 @@ const piscinaHashnode = new Piscina({ module.exports = async () => { // Chunk raw Ghost posts and pages and process them in batches // with a pool of workers to create posts and pages global data - const batchSize = 200; + const batchSize = 300; const allGhostPosts = await fetchFromGhost('posts'); const allHashnodePosts = await fetchFromHashnode('posts'); const allGhostPages = await fetchFromGhost('pages');