| 695 | } |
| 696 | |
| 697 | void 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 | |
| 707 | void PNode :: SetLogSync(const int iGroupIdx, const bool bLogSync) |
| 708 | { |
nothing calls this directly
no outgoing calls
no test coverage detected