Skip to content

Commit

Permalink
fix: change concurrency from 5 to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
pghorpade authored Aug 6, 2024
1 parent c6e96e0 commit df4e8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default defineNuxtConfig({
prerender: {
crawlLinks: true,
failOnError: false,
concurrency: 5,
concurrency: 50,
interval: 1000,
// routes: ['/'],
},
Expand Down

0 comments on commit df4e8ef

Please sign in to comment.