mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Pass thread name to Workers
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
SETUP_LOG (JobQueue)
|
||||
|
||||
JobQueue::JobQueue ()
|
||||
: m_workers (*this, 0)
|
||||
: m_workers (*this, "JobQueue", 0)
|
||||
, mLastJob (0)
|
||||
{
|
||||
mJobLoads [ jtPUBOLDLEDGER ].setTargetLatency (10000, 15000);
|
||||
|
||||
Reference in New Issue
Block a user