Users shouldn't reply on -> users shouldn't rely on
main
Edouard A 8 years ago committed by dhruba borthakur
parent b248e98cf9
commit a117891b4b
  1. 2
      include/rocksdb/options.h

@ -1232,7 +1232,7 @@ struct DBOptions {
// Allows OS to incrementally sync files to disk while they are being
// written, asynchronously, in the background. This operation can be used
// to smooth out write I/Os over time. Users shouldn't reply on it for
// to smooth out write I/Os over time. Users shouldn't rely on it for
// persistency guarantee.
// Issue one request for every bytes_per_sync written. 0 turns it off.
// Default: 0

Loading…
Cancel
Save