rsnext/test/integration/ondemand/next.config.js

6 lines
77 B
JavaScript
Raw Normal View History

module.exports = {
onDemandEntries: {
maxInactiveAge: 1000 * 5,
},
}