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

10 lines
175 B
JavaScript
Raw Normal View History

module.exports = {
experimental: {
profiling: true
},
onDemandEntries: {
// Make sure entries are not getting disposed.
maxInactiveAge: 1000 * 60 * 60
}
}