datocms / gatsby-source-datocms

Official GatsbyJS source plugin to pull content from DatoCMS
MIT License
140 stars 50 forks source link

change time from 2 days to 1 week for content sync #177

Closed DanielSLew closed 2 years ago

DanielSLew commented 2 years ago

We've realized that our previous estimation of only creating node manifests for nodes updated in the past 2 days wasn't enough, this led users to not be able to preview some content on cold builds from the datocms extension. In the near future we're going to optimize the node manifest creation and then by default create manifests for all nodes on cold builds. But in the meantime we want to just increase the updatedAt to create manifests for all content updated in the past week (rather than the past 2 days).