Skip to content

Commit 30a941f

Browse files
committed
[ads] Update in-process ads service startup delay to match Griffin
Adjust the in-process ads service startup delay to match Griffin’s, now that a zero-delay rollout has been deployed across all build channels. This change ensures consistent ad service initialization behavior across platforms without requiring Griffin seed updates.
1 parent d448fde commit 30a941f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/brave_ads/services/bat_ads_service_factory_impl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ BASE_FEATURE(kInProcessBraveAdsServiceFeature,
3030
base::FEATURE_ENABLED_BY_DEFAULT);
3131

3232
constexpr base::FeatureParam<base::TimeDelta> kBraveAdsServiceStartupDelay{
33-
&kInProcessBraveAdsServiceFeature, "startup_delay", base::Seconds(3)};
33+
&kInProcessBraveAdsServiceFeature, "startup_delay", base::Seconds(0)};
3434

3535
// Binds the `receiver` to a new provider on a background task runner.
3636
void BindInProcessBatAdsService(

0 commit comments

Comments
 (0)