Skip to content

Commit

Permalink
Change ingest commit batch default values
Browse files Browse the repository at this point in the history
  • Loading branch information
ctring committed Nov 6, 2023
1 parent 33a9179 commit 9b96f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pageserver/src/tenant/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ pub mod defaults {
pub const DEFAULT_MAX_WALRECEIVER_LSN_WAL_LAG: u64 = 10 * 1024 * 1024;
pub const DEFAULT_EVICTIONS_LOW_RESIDENCE_DURATION_METRIC_THRESHOLD: &str = "24 hour";

pub const DEFAULT_INGEST_COMMIT_BATCH_SIZE: u64 = 1000;
pub const DEFAULT_INGEST_COMMIT_LAYER_PUT_BATCH_SIZE: u64 = 1000;
pub const DEFAULT_INGEST_COMMIT_BATCH_SIZE: u64 = 1;
pub const DEFAULT_INGEST_COMMIT_LAYER_PUT_BATCH_SIZE: u64 = 1;
}

/// Per-tenant configuration options
Expand Down

0 comments on commit 9b96f22

Please sign in to comment.