mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-01-07 21:10:27 +00:00
deploy: a08bc60052c88a54b256e724d4385b9cc53c1cf6
This commit is contained in:
@@ -150,7 +150,7 @@ const threads = require('os').cpus().length - 1;
|
||||
|
||||
const piscina = new Piscina({
|
||||
filename: pathResolve(__dirname, 'worker/build-reject-domainset-worker.js'),
|
||||
workerData: domainSets
|
||||
workerData: [...domainSets]
|
||||
});
|
||||
|
||||
(await Promise.all([
|
||||
|
||||
Reference in New Issue
Block a user