Index: components/metrics/metrics_service.cc |
=================================================================== |
--- components/metrics/metrics_service.cc (revision 277793) |
+++ components/metrics/metrics_service.cc (working copy) |
@@ -222,7 +222,7 @@ |
// will discard the log, and not try to retransmit it. We also don't persist |
// the log to the prefs for transmission during the next chrome session if this |
// limit is exceeded. |
-const size_t kUploadLogAvoidRetransmitSize = 50000; |
+const size_t kUploadLogAvoidRetransmitSize = 100 * 1000; |
Ilya Sherman
2014/06/17 21:02:48
nit: Do we want 1024 rather than 1000, so that we'
Alexei Svitkine (slow)
2014/06/19 19:28:36
Done.
|
// Interval, in minutes, between state saves. |
const int kSaveStateIntervalMinutes = 5; |