| 149 | } |
| 150 | |
| 151 | void Committer :: SetMaxHoldThreads(const int iMaxHoldThreads) |
| 152 | { |
| 153 | m_oWaitLock.SetMaxWaitLogCount(iMaxHoldThreads); |
| 154 | } |
| 155 | |
| 156 | void Committer :: SetProposeWaitTimeThresholdMS(const int iWaitTimeThresholdMS) |
| 157 | { |
nothing calls this directly
no outgoing calls
no test coverage detected