Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dconnection_pool.h128 static constexpr uint32_t CHECK_POINT_INTERVAL = 5; // 5 min variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp305 …auto timeout = now > (failedTime_.load() + minutes(CHECK_POINT_INTERVAL)) || now < failedTime_.loa… in ReleaseNode()