Home
last modified time | relevance | path

Searched refs:RETRY_SLEEP_TIME (Results 1 - 1 of 1) sorted by relevance

/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_actor.h30 constexpr int RETRY_SLEEP_TIME = 1500; member
76 std::this_thread::sleep_for(std::chrono::milliseconds(RETRY_SLEEP_TIME)); in DelayRetry()
84 std::this_thread::sleep_for(std::chrono::milliseconds(RETRY_SLEEP_TIME)); in Retry()

Completed in 1 milliseconds