Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dsettings.rs104 const MAX_RETRIES: usize = 3; const
118 if times >= Self::MAX_RETRIES { in new()
149 Self(Some(Self::MAX_RETRIES)) in max()