Disable neon-pool-opt-in

This commit is contained in:
Arthur Petukhovsky
2023-08-15 15:31:48 +00:00
committed by Stas Kelvich
parent aee1bf95e3
commit 2f74287c9b

View File

@@ -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