Chore: disable HTTP/2 to avoid race condition

This commit is contained in:
SukkaW
2026-05-14 17:28:00 +08:00
parent 10dec86dda
commit dce0ce89ef

View File

@@ -27,7 +27,7 @@ if (!fs.existsSync(CACHE_DIR)) {
} }
const agent = new Agent({ const agent = new Agent({
allowH2: true allowH2: false
}).compose( }).compose(
interceptors.dns({ interceptors.dns({
// disable IPv6 // disable IPv6