Skip to content

Commit

Permalink
Fix IO priority init
Browse files Browse the repository at this point in the history
  • Loading branch information
hbisheng committed Jun 25, 2024
1 parent 620dcb3 commit 428b792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/write_thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ class WriteThread {
: sync(write_options.sync),
no_slowdown(write_options.no_slowdown),
disable_wal(write_options.disableWAL),
rate_limiter_priority(write_options.rate_limiter_priority),
disable_memtable(_disable_memtable),
batch_cnt(0),
pre_release_callback(_pre_release_callback),
Expand Down

0 comments on commit 428b792

Please sign in to comment.