Skip to content

Commit

Permalink
fix: change default db size to 8TB
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Nov 22, 2024
1 parent 955fee5 commit 4f510ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/storage/db/src/implementation/mdbx/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ impl DatabaseArguments {
Self {
client_version,
geometry: Geometry {
size: Some(0..(4 * TERABYTE)),
size: Some(0..(8 * TERABYTE)),
growth_step: Some(4 * GIGABYTE as isize),
shrink_threshold: Some(0),
page_size: Some(PageSize::Set(default_page_size())),
Expand Down

0 comments on commit 4f510ba

Please sign in to comment.