-
Notifications
You must be signed in to change notification settings - Fork 894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change publisher list interval from 1 to 3 days #5129
Conversation
@@ -34,7 +34,7 @@ const std::vector<std::string> kOnlyAnonWalletCountries = { | |||
|
|||
const std::map<std::string, uint64_t> kUInt64Options = { | |||
{ledger::kOptionPublisherListRefreshInterval, | |||
base::Time::kHoursPerDay * base::Time::kSecondsPerHour} | |||
7* base::Time::kHoursPerDay * base::Time::kSecondsPerHour} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mobile should be on 7 days
@@ -141,9 +141,6 @@ static const uint64_t _milliseconds_minute = 60 * 1000; | |||
|
|||
static const uint64_t _milliseconds_second = 1000; | |||
|
|||
// 24 hours in seconds | |||
static const uint64_t _publishers_list_load_interval = 24 * 60 * 60; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removing as we don't use it anymore
CI failed on un related things |
Verification PASSED on
Example of
|
Resolves brave/brave-browser#8955
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
server_publisher_list_stamp
in Preference file back for 1 dayserver_publisher_list_stamp
in Preference file back for 3 daysReviewer Checklist:
After-merge Checklist:
changes has landed on.