Rename disabled parameter in Output.scoped (#21769)

It's very confusing.

(For internal tracking: fixes STAB-977)
This commit is contained in:
taylor.fish
2025-08-11 20:19:34 -07:00
committed by GitHub
parent 4751f12678
commit 41b1efe12c
162 changed files with 231 additions and 224 deletions

View File

@@ -1800,7 +1800,7 @@ pub fn consumeOnCloseCallback(this: *const PostgresSQLConnection, globalObject:
const PreparedStatementsMap = std.HashMapUnmanaged(u64, *PostgresSQLStatement, bun.IdentityContext(u64), 80);
const debug = bun.Output.scoped(.Postgres, false);
const debug = bun.Output.scoped(.Postgres, .visible);
const MAX_PIPELINE_SIZE = std.math.maxInt(u16); // about 64KB per connection