Skip to content

Commit

Permalink
OFFSET
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakarov committed Oct 18, 2024
1 parent 0a13c76 commit 2f8fd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts-db/src/accounts_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ pub struct AccountsAddRootTiming {

/// if negative, this many accounts older than # slots in epoch are still treated as modern (ie. non-ancient).
/// Slots older than # slots in epoch - this # are then treated as ancient and subject to packing.
const ANCIENT_APPEND_VEC_DEFAULT_OFFSET: Option<i64> = Some(-10_000);
const ANCIENT_APPEND_VEC_DEFAULT_OFFSET: Option<i64> = Some(-100_000);

#[derive(Debug, Default, Clone)]
pub struct AccountsDbConfig {
Expand Down

0 comments on commit 2f8fd40

Please sign in to comment.