Searched defs:TCPStoreOptions (Results 1 – 1 of 1) sorted by relevance
23 struct TCPStoreOptions { struct24 static constexpr std::uint16_t kDefaultPort = 29500;26 std::uint16_t port = kDefaultPort;27 bool isServer = false;28 std::optional<std::size_t> numWorkers = std::nullopt;29 bool waitWorkers = true;30 std::chrono::milliseconds timeout = Store::kDefaultTimeout;34 bool multiTenant = false;39 std::optional<int> masterListenFd = std::nullopt;42 bool useLibUV = true;