Searched refs:CLOSE_TIME (Results 1 – 4 of 4) sorted by relevance
24 const int8_t CLOSE_TIME = 60; // delay 60s to backup variable164 std::this_thread::sleep_for(std::chrono::seconds(CLOSE_TIME)); in BackupRdb()
36 const int32_t CLOSE_TIME = 20; // delay 20s stop rdbStore variable209 std::this_thread::sleep_for(std::chrono::seconds(CLOSE_TIME)); in DelayCloseRdbStore()
31 const int32_t CLOSE_TIME = 20; // delay 20s stop rdbStore variable398 std::this_thread::sleep_for(std::chrono::seconds(CLOSE_TIME)); in DelayCloseRdbStore()
27 const int8_t CLOSE_TIME = 60; // delay 60s to backup variable618 std::this_thread::sleep_for(std::chrono::seconds(CLOSE_TIME)); in BackupRdb()