Skip to content

Commit

Permalink
fix clang format
Browse files Browse the repository at this point in the history
Signed-off-by: edwinhzhang <[email protected]>
  • Loading branch information
zhangheihei committed Oct 19, 2024
1 parent 34c1454 commit 616c843
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/storage/compaction_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ Status CompactionManager::update_max_threads(int max_threads) {
return Status::OK();
}

_max_task_num = compute_max_compaction_concurrency();
_max_task_num = compute_max_compaction_task_num();
max_thread_num = _max_task_num;
}

Expand Down
2 changes: 2 additions & 0 deletions be/src/storage/compaction_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ class CompactionManager {

~CompactionManager() = default;

void init_max_task_num(int32_t num);

void stop();

size_t candidates_size() {
Expand Down

0 comments on commit 616c843

Please sign in to comment.