Skip to content

Commit

Permalink
Merge pull request #3435 from brave/rewards-startup
Browse files Browse the repository at this point in the history
Fixes rewards not loading fast
  • Loading branch information
NejcZdovc committed Sep 16, 2019
2 parents 8bf5cbf + aab77c5 commit c683f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/brave_rewards/browser/rewards_service_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ RewardsServiceImpl::RewardsServiceImpl(Profile* profile)
std::make_unique<ExtensionRewardsServiceObserver>(profile_)),
#endif
file_task_runner_(base::CreateSequencedTaskRunnerWithTraits(
{base::MayBlock(), base::TaskPriority::BEST_EFFORT,
{base::MayBlock(), base::TaskPriority::USER_VISIBLE,
base::TaskShutdownBehavior::BLOCK_SHUTDOWN})),
ledger_state_path_(profile_->GetPath().Append(kLedger_state)),
publisher_state_path_(profile_->GetPath().Append(kPublisher_state)),
Expand Down

0 comments on commit c683f55

Please sign in to comment.