mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 07:16:17 +00:00
Parallelize evaluate
This commit is contained in:
parent
666b459107
commit
801740056a
@ -57,6 +57,6 @@ module.exports = exports = async function process (tasks, cache) {
|
|||||||
await fs.writeFile(resolve('dist', status.revPath), result);
|
await fs.writeFile(resolve('dist', status.revPath), result);
|
||||||
}
|
}
|
||||||
|
|
||||||
}, { concurrency: 1 });
|
}, { concurrency: 20 });
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user