Skip to content

Commit

Permalink
Add comment explaining what 0 means for io_buffer_size
Browse files Browse the repository at this point in the history
  • Loading branch information
archang19 committed Dec 27, 2024
1 parent 4bf0112 commit 9d3da28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/rocksdb/utilities/backup_engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ struct BackupEngineOptions {
// Enables optimally configuring the IO size based on the storage backend.
// If specified, takes precendence over the rate limiter burst size (if
// specified) as well as kDefaultCopyFileBufferSize.
// If 0, the rate limiter burst size (if specified) or
// kDefaultCopyFileBufferSize will be used.
// Default: 0
uint64_t io_buffer_size;

Expand Down

0 comments on commit 9d3da28

Please sign in to comment.