Skip to content

Commit

Permalink
Follow through on requested batch deletes by default
Browse files Browse the repository at this point in the history
Enabled widely by default with zero consequences so far.
  • Loading branch information
bkirwi committed Jan 17, 2025
1 parent fa46c3b commit c27dfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/persist-client/src/batch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ pub struct BatchBuilderConfig {
// TODO: Remove this once we're comfortable that there aren't any bugs.
pub(crate) const BATCH_DELETE_ENABLED: Config<bool> = Config::new(
"persist_batch_delete_enabled",
false,
true,
"Whether to actually delete blobs when batch delete is called (Materialize).",
);

Expand Down

0 comments on commit c27dfc1

Please # to comment.