Skip to content

Commit 6fe8e0f

Browse files
committed
fix: revert revalidate to 1 for test purposes
1 parent 777e76a commit 6fe8e0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demos/default/pages/getStaticProps/with-revalidate.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ export async function getStaticProps(context) {
2525
props: {
2626
show: data,
2727
},
28-
revalidate: 60,
28+
// ODB handler will use the minimum TTL=60s
29+
revalidate: 1,
2930
}
3031
}
3132

0 commit comments

Comments
 (0)