- From: Ming-Ying Chung <notifications@github.com>
- Date: Mon, 11 Nov 2024 23:27:45 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 12 November 2024 07:27:49 UTC
The current keepaive-specific limits have been updated for a while: * Maximum pending fetch keeaplive requests across Chrome: `2048` * Maxium pending fetch keepalive requests for a top-level frame (a Chrome-specific concept that usually maps to a top-level document in a different process, see also [RenderFrameHost][1]): `256` * Maxium allowed accumulated fetch keepalive request size within a top-level frame: `512 * 1024`. The Chromium source is [here][2]. [1]: https://chromium.googlesource.com/chromium/src/+/HEAD/docs/render_document.md [2]: https://source.chromium.org/chromium/chromium/src/+/main:services/network/url_loader_factory.h;l=110-112;drc=3604009eb6f4c2287d0052ed3eaaa62bff79541d -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/679#issuecomment-2469783274 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/issues/679/2469783274@github.com>
Received on Tuesday, 12 November 2024 07:27:49 UTC