diff --git a/src/index.ts b/src/index.ts index 2f2ee0a..1cb5bee 100644 --- a/src/index.ts +++ b/src/index.ts @@ -82,7 +82,7 @@ addon.get('/health', async (req: Request, res: Response) => { const url = new URL(source.baseUrl); try { - await fetcher.head(ctx, url, { queueLimit: 1, noCache: true }); + await fetcher.head(ctx, url, { noCache: true }); } catch (error) { if (error instanceof BlockedError) { blockedCount++;