MCPcopy Create free account
hub / github.com/Tencent/phxqueue / InitMasterRate

Method InitMasterRate

phxqueue/scheduler/keepmasterthread.cpp:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93comm::RetCode KeepMasterThread::InitMasterRate() {
94 impl_->master_rate = 100;
95
96 QLInfo("MASTERSTAT: master_rate %d", impl_->master_rate);
97
98 return comm::RetCode::RET_OK;
99}
100
101comm::RetCode KeepMasterThread::AdjustMasterRate() {
102 // TODO:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected