Skip to content

Commit

Permalink
chore: reset revalidation value
Browse files Browse the repository at this point in the history
  • Loading branch information
yungblud committed Dec 29, 2023
1 parent ee7c887 commit 12853b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/surflog/lib/notion.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
getBlocks as getBlocksNotion,
} from '@coldsurfers/notion-utils'

export const revalidate = 60 // revalidate the data at most every hour
export const revalidate = 3600 // revalidate the data at most every hour

export const databaseId = process.env.NOTION_DATABASE_ID

Expand Down

0 comments on commit 12853b5

Please sign in to comment.