Skip to content

Commit

Permalink
Uplift of #5129 (squashed) to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-browser-releases committed Apr 1, 2020
1 parent 0178bb7 commit 1b3db4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions components/brave_rewards/browser/static_values.h
Original file line number Diff line number Diff line change
Expand Up @@ -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}
#else
const std::map<std::string, bool> kBoolOptions = {};

Expand All @@ -48,7 +48,7 @@ const std::vector<std::string> kOnlyAnonWalletCountries = {

const std::map<std::string, uint64_t> kUInt64Options = {
{ledger::kOptionPublisherListRefreshInterval,
base::Time::kHoursPerDay * base::Time::kSecondsPerHour}
3 * base::Time::kHoursPerDay * base::Time::kSecondsPerHour}
#endif
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

// 30 days in seconds
static const uint64_t _reconcile_default_interval = 30 * 24 * 60 * 60;

Expand Down

0 comments on commit 1b3db4a

Please sign in to comment.