Skip to content

Commit 6eda0e9

Browse files
committed
MINIFICPP-2669 - Fix build
1 parent d6bf004 commit 6eda0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/rocksdb-repos/FlowFileLoader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class FlowFileLoader {
5151
private:
5252
utils::TaskRescheduleInfo loadImpl(const std::vector<SwappedFlowFile>& flow_files, const std::shared_ptr<std::promise<FlowFilePtrVec>>& output);
5353

54-
utils::ThreadPool thread_pool_{thread_count_, nullptr, "FlowFileLoaderThreadPool"};
54+
utils::ThreadPool thread_pool_{thread_count_, "FlowFileLoaderThreadPool"};
5555

5656
gsl::not_null<minifi::internal::RocksDatabase*> db_;
5757

0 commit comments

Comments
 (0)