Searched refs:max_query_concurrency_ (Results 1 – 2 of 2) sorted by relevance
129 : stub_(std::move(stub)), max_query_concurrency_(max_query_concurrency) {} in OrchestratorImpl()180 max_query_concurrency_ / current_query_count); in Query()
46 uint32_t max_query_concurrency_ = kDefaultMaxQueryConcurrency; variable