We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9ed75 commit f7bf162Copy full SHA for f7bf162
include/ylt/coro_rpc/impl/default_config/coro_rpc_config.hpp
@@ -49,8 +49,6 @@ struct config_t {
49
#ifdef YLT_ENABLE_IBV
50
std::optional<coro_io::ib_socket_t::config_t> ibv_config = std::nullopt;
51
std::vector<std::shared_ptr<coro_io::ib_device_t>> ib_dev_lists;
52
- coro_io::load_balance_algorithm ib_dev_load_balance_algorithm =
53
- coro_io::load_balance_algorithm::RR;
54
#endif
55
56
using rpc_protocol = coro_rpc::protocol::coro_rpc_protocol;
0 commit comments