Skip to content

Commit

Permalink
feat: increase revalidate all concurrency to 500 (#2086)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Jan 25, 2025
1 parent fbdea4b commit 5ebfbb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const config = {
};

// reduce concurrency per domain
const DEFAULT_BATCH_SIZE = 100;
const DEFAULT_BATCH_SIZE = 500;

function isSuccessResult(
result: FernDocs.RevalidationResult
Expand Down

0 comments on commit 5ebfbb7

Please sign in to comment.