Skip to content

Commit 796e458

Browse files
committed
chore: increase revalidate ttl for testing
1 parent 3c805d4 commit 796e458

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
@@ -24,7 +24,7 @@ export async function getStaticProps(context) {
2424
show: data,
2525
},
2626
// ODB handler will use the minimum TTL=60s
27-
revalidate: 1,
27+
revalidate: 300,
2828
}
2929
}
3030

0 commit comments

Comments
 (0)