fix clang13 build error

This commit is contained in:
JackyWoo 2021-10-28 18:27:36 +08:00
parent 6f672df326
commit 239a13ef9a

View File

@ -662,9 +662,9 @@ void KeeperDispatcher::updateConfiguration(const Poco::Util::AbstractConfigurati
}
}
void KeeperDispatcher::updateKeeperStat(UInt64 process_time_stopwatch)
void KeeperDispatcher::updateKeeperStat(UInt64 process_time_ms)
{
keeper_stats->updateLatency(process_time_stopwatch);
keeper_stats->updateLatency(process_time_ms);
}
String KeeperDispatcher::getRole() const