JSONDB performance improvements, threading fix.
This commit is contained in:
@@ -178,6 +178,7 @@ private:
|
||||
|
||||
const uint64_t _startTime;
|
||||
|
||||
volatile bool _running;
|
||||
BlockingQueue<_RQEntry *> _queue;
|
||||
std::vector<Thread> _threads;
|
||||
Mutex _threads_m;
|
||||
|
||||
Reference in New Issue
Block a user