Skip to content

Commit 3d7b3fe

Browse files
gautamg795Convex, Inc.
authored andcommitted
Revert "Default DATABASE_USE_PREPARED_STATEMENTS to true" (#42655)
GitOrigin-RevId: 7b451ab02e3fa45beaa82e9ab98a3803ed8ac255
1 parent 9ccd8a0 commit 3d7b3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/common/src/knobs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ pub static VECTOR_BACKUP_REQUEST_DELAY_MILLIS: LazyLock<Duration> =
960960

961961
/// Whether to use prepared statements or not in Persistence.
962962
pub static DATABASE_USE_PREPARED_STATEMENTS: LazyLock<bool> =
963-
LazyLock::new(|| env_config("DATABASE_USE_PREPARED_STATEMENTS", true));
963+
LazyLock::new(|| env_config("DATABASE_USE_PREPARED_STATEMENTS", false));
964964

965965
/// The amount of time to allow for downloading a single file in the archive
966966
/// cache on searchlight before timing out. If a fetch times out, no progress is

0 commit comments

Comments
 (0)