Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
Repl 2020-10-19
Description
One of the makeReplWriterPool functions accepts a threadCount but then ignores it and passes the default value replWriterThreadCount instead.
std::unique_ptr<ThreadPool> makeReplWriterPool(int threadCount) { |
return makeReplWriterPool(replWriterThreadCount, "ReplWriterWorker"_sd); |
}
|