Searched refs:PULLUP_INTERVAL (Results 1 – 2 of 2) sorted by relevance
24 uint64_t ScheduleConfig::pullupInterval_ = Startup::PULLUP_INTERVAL;36 pullupInterval_ = ParseConfig(root, Startup::PULLUP_INTERVAL_CONFIG, Startup::PULLUP_INTERVAL); in InitConfig()
55 constexpr uint64_t PULLUP_INTERVAL = 4 * ONE_HOUR_MINUTES * ONE_MINUTE_SECONDS; // SA拉起间隔 variable