forked from github.com/GenderDysphoria.fyi
Parallelize evaluate
This commit is contained in:
@@ -57,6 +57,6 @@ module.exports = exports = async function process (tasks, cache) {
|
||||
await fs.writeFile(resolve('dist', status.revPath), result);
|
||||
}
|
||||
|
||||
}, { concurrency: 1 });
|
||||
}, { concurrency: 20 });
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user