Skip to content

Commit

Permalink
Update Durability::None docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Jul 14, 2024
1 parent 2036664 commit 54d5cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pub enum Durability {
/// commit with a higher durability level.
///
/// Note: Pages are only freed during commits with higher durability levels. Exclusively using
/// this function may result in Error::OutOfSpace.
/// this durability level will result in rapid growth of the database file.
None,
/// Commits with this durability level have been queued for persitance to disk, and should be
/// persistent some time after [WriteTransaction::commit] returns.
Expand Down

0 comments on commit 54d5cf9

Please sign in to comment.