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

Method SetTimeoutMs

src/algorithm/committer.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144////////////////////////////////////////////////////
145
146void Committer :: SetTimeoutMs(const int iTimeoutMs)
147{
148 m_iTimeoutMs = iTimeoutMs;
149}
150
151void Committer :: SetMaxHoldThreads(const int iMaxHoldThreads)
152{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected