diff --git a/Build/build-speedtest-domainset.ts b/Build/build-speedtest-domainset.ts index af40c13e..e9150e9e 100644 --- a/Build/build-speedtest-domainset.ts +++ b/Build/build-speedtest-domainset.ts @@ -10,7 +10,7 @@ import { fetchWithRetry } from './lib/fetch-retry'; import { SHARED_DESCRIPTION } from './lib/constants'; import { getGorhillPublicSuffixPromise } from './lib/get-gorhill-publicsuffix'; -const s = new Sema(3); +const s = new Sema(2); const latestTopUserAgentsPromise = fetchWithRetry('https://unpkg.com/top-user-agents@latest/index.json') .then(res => res.json());