Skip to content

Commit 08cec66

Browse files
committed
updt
1 parent 99781c6 commit 08cec66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storages/MergeTree/ExportList.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ExportsListElement::ExportsListElement(
2424
, total_size_bytes_uncompressed(total_size_bytes_uncompressed_)
2525
, create_time(create_time_)
2626
{
27-
thread_group = ThreadGroup::createForBackgroundProcess(context);
27+
thread_group = ThreadGroup::createForMergeMutate(context);
2828
}
2929

3030
ExportsListElement::~ExportsListElement()

0 commit comments

Comments
 (0)