mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-14 13:18:21 +00:00
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