mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Chore: reduce parallel doamin alive check [skip ci]
This commit is contained in:
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user