MCPcopy Create free account
hub / github.com/Tencent/phxpaxos / SetMaxHoldThreads

Method SetMaxHoldThreads

src/algorithm/committer.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void Committer :: SetMaxHoldThreads(const int iMaxHoldThreads)
152{
153 m_oWaitLock.SetMaxWaitLogCount(iMaxHoldThreads);
154}
155
156void Committer :: SetProposeWaitTimeThresholdMS(const int iWaitTimeThresholdMS)
157{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected