Home
last modified time | relevance | path

Searched refs:MAX_TRY_COUNT (Results 1 – 1 of 1) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_memcached_connection.cc737 constexpr size_t MAX_TRY_COUNT = 3; in reconnect_or_fail() local
739 if (++try_count_ >= MAX_TRY_COUNT) { in reconnect_or_fail()
741 MCLOG(INFO, this) << "Tried " << MAX_TRY_COUNT in reconnect_or_fail()