mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Revert "Revert "feat: add geometry to database args"" (#12165)
This commit is contained in:
@ -489,8 +489,10 @@ pub struct PageOps {
|
||||
pub mincore: u64,
|
||||
}
|
||||
|
||||
/// Represents the geometry settings for the database environment
|
||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||
pub struct Geometry<R> {
|
||||
/// The size range in bytes.
|
||||
pub size: Option<R>,
|
||||
pub growth_step: Option<isize>,
|
||||
pub shrink_threshold: Option<isize>,
|
||||
|
||||
Reference in New Issue
Block a user