ソースを参照

Chore: reduce parallel doamin alive check [skip ci]

SukkaW 1 年間 前
コミット
cb29e11b3e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Build/validate-domain-alive.ts

+ 1 - 1
Build/validate-domain-alive.ts

@@ -7,7 +7,7 @@ import { newQueue } from '@henrygd/queue';
 import { isDomainAlive, keyedAsyncMutexWithQueue } from './lib/is-domain-alive';
 import { fdir as Fdir } from 'fdir';
 
-const queue = newQueue(32);
+const queue = newQueue(24);
 
 const deadDomains: string[] = [];
 function onDomain(args: [string, boolean]) {