Fix keeper bench compilation

This commit is contained in:
Raúl Marín 2021-07-28 11:06:27 +02:00
parent 9a20b9f0c6
commit 4b65db4231

View File

@ -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;