Searched refs:SYNC_MAX_DELAY_MS (Results 1 – 2 of 2) sorted by relevance
33 static constexpr uint32_t SYNC_MAX_DELAY_MS = 1000 * 3600 * 24; // 24hours variable
453 if (syncParam.allowedDelayMs > KvStoreSyncManager::SYNC_MAX_DELAY_MS) { in SetSyncParam()1222 …min(std::max(delay, KvStoreSyncManager::SYNC_MIN_DELAY_MS), KvStoreSyncManager::SYNC_MAX_DELAY_MS); in GetSyncDelayTime()