mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-15 12:10:37 +00:00
Disable neon-pool-opt-in
This commit is contained in:
committed by
Stas Kelvich
parent
aee1bf95e3
commit
2f74287c9b
@@ -193,7 +193,7 @@ pub async fn handle(
|
||||
let array_mode = headers.get(&ARRAY_MODE) == Some(&HEADER_VALUE_TRUE);
|
||||
|
||||
// Allow connection pooling only if explicitly requested
|
||||
let allow_pool = headers.get(&ALLOW_POOL) == Some(&HEADER_VALUE_TRUE);
|
||||
let allow_pool = false;
|
||||
|
||||
// isolation level and read only
|
||||
|
||||
|
||||
Reference in New Issue
Block a user