mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix keeper bench compilation
This commit is contained in:
parent
9a20b9f0c6
commit
4b65db4231
@ -181,7 +181,8 @@ std::vector<std::shared_ptr<Coordination::ZooKeeper>> Runner::getConnections()
|
||||
"", /*identity*/
|
||||
Poco::Timespan(0, 30000 * 1000),
|
||||
Poco::Timespan(0, 1000 * 1000),
|
||||
Poco::Timespan(0, 10000 * 1000)));
|
||||
Poco::Timespan(0, 10000 * 1000),
|
||||
nullptr));
|
||||
}
|
||||
|
||||
return zookeepers;
|
||||
|
Loading…
Reference in New Issue
Block a user