mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Rename disabled parameter in Output.scoped (#21769)
It's very confusing. (For internal tracking: fixes STAB-977)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user