Chromium Code Reviews| Index: components/ntp_snippets/user_classifier.cc |
| diff --git a/components/ntp_snippets/user_classifier.cc b/components/ntp_snippets/user_classifier.cc |
| index 92b0312de491dbd848919aeeeb62298b9d35405c..9f4c543bf16c933cac64eec9592892e1c2f9034c 100644 |
| --- a/components/ntp_snippets/user_classifier.cc |
| +++ b/components/ntp_snippets/user_classifier.cc |
| @@ -41,11 +41,11 @@ const double kMinHours = 0.5; |
| const char kMinHoursParam[] = "user_classifier_min_hours"; |
| // Classification constants. |
| -const double kActiveConsumerClicksAtLeastOncePerHours = 72; |
| +const double kActiveConsumerClicksAtLeastOncePerHours = 96; |
| const char kActiveConsumerClicksAtLeastOncePerHoursParam[] = |
| "user_classifier_active_consumer_clicks_at_least_once_per_hours"; |
| -const double kRareUserOpensNTPAtMostOncePerHours = 96; |
| +const double kRareUserOpensNTPAtMostOncePerHours = 66; |
|
vitaliii
2017/04/26 14:25:50
Why 66? It does not look "even".
Probably add a co
jkrcal
2017/05/02 10:43:54
Done.
|
| const char kRareUserOpensNTPAtMostOncePerHoursParam[] = |
| "user_classifier_rare_user_opens_ntp_at_most_once_per_hours"; |