We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccd8a0 commit 3d7b3feCopy full SHA for 3d7b3fe
crates/common/src/knobs.rs
@@ -960,7 +960,7 @@ pub static VECTOR_BACKUP_REQUEST_DELAY_MILLIS: LazyLock<Duration> =
960
961
/// Whether to use prepared statements or not in Persistence.
962
pub static DATABASE_USE_PREPARED_STATEMENTS: LazyLock<bool> =
963
- LazyLock::new(|| env_config("DATABASE_USE_PREPARED_STATEMENTS", true));
+ LazyLock::new(|| env_config("DATABASE_USE_PREPARED_STATEMENTS", false));
964
965
/// The amount of time to allow for downloading a single file in the archive
966
/// cache on searchlight before timing out. If a fetch times out, no progress is
0 commit comments