Skip to content

Commit

Permalink
Merge pull request #96 from mirumirumi/dev
Browse files Browse the repository at this point in the history
adjust: generate interval
  • Loading branch information
mirumirumi authored May 20, 2024
2 parents 53a18b5 + e9b3d06 commit fc32881
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 fc32881

Please sign in to comment.