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

Method SetProposeWaitTimeThresholdMS

src/algorithm/committer.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void Committer :: SetProposeWaitTimeThresholdMS(const int iWaitTimeThresholdMS)
157{
158 m_oWaitLock.SetLockWaitTimeThreshold(iWaitTimeThresholdMS);
159}
160
161////////////////////////////////////////////////////
162

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected