Skip to content

Commit f85d2f5

Browse files
committed
chore: reset with-revalidate TTL after testing
1 parent 228ed12 commit f85d2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export async function getStaticProps(context) {
2525
time: new Date().toISOString(),
2626
},
2727
// ODB handler will use the minimum TTL=60s
28-
revalidate: 300,
28+
revalidate: 1,
2929
}
3030
}
3131

0 commit comments

Comments
 (0)