Commit 49597ae9 authored by Wenzhao Zang's avatar Wenzhao Zang Committed by Commit Bot

cros: Update |kRlzEmbargoEndDateGarbageDateThresholdDays| value

Because the factory already adds 7 days to the actual date, the
threshold should only add 7 days to rlz_embargo_end_date.

Bug: 820783
Change-Id: I97a599b2f893493ac91910f449051ec5a0ea7807
Reviewed-on: https://chromium-review.googlesource.com/1007962Reviewed-by: default avatarRoger Tawa <rogerta@chromium.org>
Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550016}
parent a41fde6d
......@@ -118,8 +118,7 @@ bool HasRlzEmbargoEndDatePassed() {
} // namespace
const int RlzValueStoreChromeOS::kRlzEmbargoEndDateGarbageDateThresholdDays =
14;
const int RlzValueStoreChromeOS::kRlzEmbargoEndDateGarbageDateThresholdDays = 7;
const int RlzValueStoreChromeOS::kMaxRetryCount = 3;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment