Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: fuzhe1989 <fuzhe1989@gmail.com>
  • Loading branch information
fuzhe1989 committed Mar 9, 2022
1 parent d5a8280 commit d323713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Common/DynamicThreadPool.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class DynamicThreadPool
void fixedWork(size_t index);
void dynamicWork(TaskPtr initial_task);

void executeTask(TaskPtr & task);
static void executeTask(TaskPtr & task);

const std::chrono::nanoseconds dynamic_auto_shrink_cooldown;

Expand Down

0 comments on commit d323713

Please sign in to comment.