next.js / test /integration /client-404 /next.config.js
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
module.exports = {
onDemandEntries: {
// Make sure entries are not getting disposed.
maxInactiveAge: 1000 * 60 * 60,
},
}