| Index: components/ntp_snippets/ntp_snippets_service.cc
|
| diff --git a/components/ntp_snippets/ntp_snippets_service.cc b/components/ntp_snippets/ntp_snippets_service.cc
|
| index e3848583da8be596aab2cc67622d0cace4a2018b..2e42b7adfd917ff3db30a4ee11ea7a43c2310767 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_service.cc
|
| @@ -68,7 +68,7 @@ const char kFetchingIntervalFallbackParamName[] =
|
| const int kWifiFetchingHourMin = 6;
|
| const int kWifiFetchingHourMax = 22;
|
|
|
| -const int kDefaultExpiryTimeMins = 24 * 60;
|
| +const int kDefaultExpiryTimeMins = 3 * 24 * 60;
|
|
|
| base::TimeDelta GetFetchingInterval(const char* switch_name,
|
| const char* param_name,
|
|
|