mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
fix clang13 build error
This commit is contained in:
parent
6f672df326
commit
239a13ef9a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user