mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fixed background pool logger name.
This commit is contained in:
parent
37bc15779d
commit
e3f299e3c4
@ -1487,7 +1487,7 @@ BackgroundProcessingPool & Context::getBackgroundPool()
|
||||
{
|
||||
auto lock = getLock();
|
||||
if (!shared->background_pool)
|
||||
shared->background_pool.emplace(settings.background_pool_size, "BackgrProcPool");
|
||||
shared->background_pool.emplace(settings.background_pool_size);
|
||||
return *shared->background_pool;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user