Problem. DEVLOOP_NET_RING controls the full network-capture ring capacity (src/logBuffer.ts:34, default 3000) but is absent from the README env var table. Its peer DEVLOOP_LOG_CAPACITY is documented; this one isn't — so users on heavy-network apps (Expo, high-frequency APIs) have no documented way to tune it.
Proposed. Add a row to the env var table in README.md (Headless mode section): DEVLOOP_NET_RING | 3000 | max requests held in the full-capture network ring (get_network / HAR), independent of the timeline threshold.
Affected: README.md, src/logBuffer.ts:34.
Filed from the weekly repo audit.
Problem.
DEVLOOP_NET_RINGcontrols the full network-capture ring capacity (src/logBuffer.ts:34, default 3000) but is absent from the README env var table. Its peerDEVLOOP_LOG_CAPACITYis documented; this one isn't — so users on heavy-network apps (Expo, high-frequency APIs) have no documented way to tune it.Proposed. Add a row to the env var table in
README.md(Headless mode section):DEVLOOP_NET_RING|3000| max requests held in the full-capture network ring (get_network/ HAR), independent of the timeline threshold.Affected:
README.md,src/logBuffer.ts:34.Filed from the weekly repo audit.