Parallelize evaluate

This commit is contained in:
Jocelyn Badgley (Twipped) 2020-04-07 09:49:33 -07:00
parent 666b459107
commit 801740056a

View File

@ -57,6 +57,6 @@ module.exports = exports = async function process (tasks, cache) {
await fs.writeFile(resolve('dist', status.revPath), result);
}
}, { concurrency: 1 });
}, { concurrency: 20 });
};