Index: base/metrics/histogram.cc |
=================================================================== |
--- base/metrics/histogram.cc (revision 146154) |
+++ base/metrics/histogram.cc (working copy) |
@@ -366,7 +366,7 @@ |
// UMA in about a half hour, so we'll eventually get the data, if it was |
// not the result of a corruption. If histograms show that 1 is "too tight" |
// then we may try to use 2 or 3 for this slop value. |
- const int kCommonRaceBasedCountMismatch = 1; |
+ const int kCommonRaceBasedCountMismatch = 5; |
if (delta > 0) { |
UMA_HISTOGRAM_COUNTS("Histogram.InconsistentCountHigh", delta); |
if (delta > kCommonRaceBasedCountMismatch) |