From dce0ce89ef24ed3383fde0738e61a7b7db8760af Mon Sep 17 00:00:00 2001 From: SukkaW Date: Thu, 14 May 2026 17:28:00 +0800 Subject: [PATCH] Chore: disable HTTP/2 to avoid race condition --- Build/lib/fetch-retry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/lib/fetch-retry.ts b/Build/lib/fetch-retry.ts index 84af355c..402e9793 100644 --- a/Build/lib/fetch-retry.ts +++ b/Build/lib/fetch-retry.ts @@ -27,7 +27,7 @@ if (!fs.existsSync(CACHE_DIR)) { } const agent = new Agent({ - allowH2: true + allowH2: false }).compose( interceptors.dns({ // disable IPv6