Revert "Tune thread count based on hardware concurrency."
This reverts commit 7b14aeb53e
.
This commit is contained in:
parent
7b14aeb53e
commit
a0c78da1ad
2 changed files with 7 additions and 7 deletions
|
@ -70,7 +70,7 @@ private:
|
|||
int _fd;
|
||||
int _shutdownSignalPipe[2];
|
||||
std::atomic_bool _enabled;
|
||||
std::vector<std::thread> _tapReaderThreads;
|
||||
std::thread _tapReaderThread[2];
|
||||
std::thread _tapProcessorThread;
|
||||
std::mutex _buffers_l;
|
||||
std::vector<void *> _buffers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue