mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fixed build
This commit is contained in:
parent
722a946ce5
commit
2acd6afe0b
@ -214,7 +214,7 @@ private:
|
||||
}
|
||||
|
||||
/// Close sessions, that has been expired. Returns how long to wait for next session to be expired, if no new sessions will be added.
|
||||
std::chrono::steady_clock::duration closeSessions(std::unique_lock<std::mutex> & lock)
|
||||
std::chrono::steady_clock::duration closeSessions(std::unique_lock<std::mutex> &)
|
||||
{
|
||||
const auto now = std::chrono::steady_clock::now();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user