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

Method SetTimeoutMs

src/node/pnode.cpp:418–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418void PNode :: SetTimeoutMs(const int iTimeoutMs)
419{
420 for (auto & poGroup : m_vecGroupList)
421 {
422 poGroup->GetCommitter()->SetTimeoutMs(iTimeoutMs);
423 }
424}
425
426////////////////////////////////////////////////////////////////////////
427

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected