Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ function buildTemporaryTableController(
* the same three OOM guards as `getConnectionQueryData` must apply:
* sqlStatement shape, admission, and wall-clock timeout. The
* per-pod concurrency cap is wired at the route layer in `server.ts`
* / `server-old.ts` and exercised by `oom_guards.integration.spec.ts`.
* and exercised by `oom_guards.integration.spec.ts`.
*/
describe("ConnectionController.getConnectionTemporaryTable guards", () => {
const originalTimeout = process.env.PUBLISHER_QUERY_TIMEOUT_MS;
Expand Down
Loading
Loading