Revert "Tune thread count based on hardware concurrency."

This reverts commit 7b14aeb53e.
This commit is contained in:
Adam Ierymenko 2020-11-18 22:54:05 -05:00
parent 7b14aeb53e
commit a0c78da1ad
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
2 changed files with 7 additions and 7 deletions

View file

@ -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;