Skip to content

Commit ad6c819

Browse files
committed
docs(parallel): drop upstream PR ref from response-cap comment
Replace the PR-specific '#95218' annotation with a neutral description of the shared provider JSON cap so the comment stays accurate independent of upstream PR numbering.
1 parent cab2c48 commit ad6c819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/parallel/src/parallel-web-search-provider.runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const PARALLEL_ERROR_BODY_LIMIT_BYTES = 8 * 1024;
4343
// (web-search upstream) and untrusted. Cap the successful JSON read so a
4444
// hostile or malfunctioning endpoint streaming an unbounded body cannot force
4545
// the runtime to buffer the whole payload before parsing. 16 MiB matches the
46-
// shared provider JSON cap (readProviderJsonResponse default / #95218).
46+
// shared provider JSON cap (readProviderJsonResponse default).
4747
const PARALLEL_SEARCH_RESPONSE_LIMIT_BYTES = 16 * 1024 * 1024;
4848

4949
const require = createRequire(import.meta.url);

0 commit comments

Comments
 (0)