Skip to content

Commit

Permalink
adjust: generate interval
Browse files Browse the repository at this point in the history
  • Loading branch information
mirumirumi committed May 20, 2024
1 parent cef3f54 commit e9b3d06
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 @@ -92,7 +92,7 @@ export default defineNuxtConfig({
retry: 80,
retryDelay: 10_000,
concurrency: 1,
interval: 1000,
interval: 5_000,

// CAUTION!: The following comment are used by CI to re-generate specified post
// ### crawlLinks: false, routes: [###],
Expand Down

0 comments on commit e9b3d06

Please sign in to comment.