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

Method SetProposeWaitTimeThresholdMS

src/node/pnode.cpp:697–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697void PNode :: SetProposeWaitTimeThresholdMS(const int iGroupIdx, const int iWaitTimeThresholdMS)
698{
699 if (!CheckGroupID(iGroupIdx))
700 {
701 return;
702 }
703
704 m_vecGroupList[iGroupIdx]->GetCommitter()->SetProposeWaitTimeThresholdMS(iWaitTimeThresholdMS);
705}
706
707void PNode :: SetLogSync(const int iGroupIdx, const bool bLogSync)
708{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected