Skip to content

Commit

Permalink
Revert deleting in parallel (#31037)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 1ce3194d01bc693c25cc9657985a7d43a03a255b
  • Loading branch information
jordanhunt22 authored and Convex, Inc. committed Oct 24, 2024
1 parent 802f9b0 commit 0b7f222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/common/src/knobs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ pub static INDEX_RETENTION_DELETE_PARALLEL: LazyLock<usize> =
/// How many parallel threads to use for deleting document log entries that have
/// expired.
pub static DOCUMENT_RETENTION_DELETE_PARALLEL: LazyLock<usize> =
LazyLock::new(|| env_config("DOCUMENT_RETENTION_DELETE_PARALLEL", 2));
LazyLock::new(|| env_config("DOCUMENT_RETENTION_DELETE_PARALLEL", 1));

/// INDEX_RETENTION_DELAY determines the size of the index retention window.
///
Expand Down

0 comments on commit 0b7f222

Please sign in to comment.