Make docs match new function

master
Richard Dodd 7 years ago
parent 90f5e0103e
commit 620091d31b
  1. 4
      src/db_options.rs

@ -375,13 +375,13 @@ impl Options {
} }
} }
/// Enable direct I/O mode for writing /// Enable direct I/O mode for flush and compaction
/// they may or may not improve performance depending on the use case
/// ///
/// Files will be opened in "direct I/O" mode /// Files will be opened in "direct I/O" mode
/// which means that data written to the disk will not be cached or /// which means that data written to the disk will not be cached or
/// buffered. The hardware buffer of the devices may however still /// buffered. The hardware buffer of the devices may however still
/// be used. Memory mapped files are not impacted by these parameters. /// be used. Memory mapped files are not impacted by these parameters.
/// they may or may not improve performance depending on the use case
/// ///
/// Default: false /// Default: false
/// ///

Loading…
Cancel
Save