Index: chrome/browser/metrics/metrics_service.cc |
=================================================================== |
--- chrome/browser/metrics/metrics_service.cc (revision 274238) |
+++ chrome/browser/metrics/metrics_service.cc (working copy) |
@@ -247,7 +247,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 = 250000; |
Ilya Sherman
2014/06/03 19:51:49
This limit is now very close to kStorageByteLimitP
Ilya Sherman
2014/06/03 19:51:49
Optional nit: This might be a little easier to int
Ilya Sherman
2014/06/03 19:51:49
What is actually accounting for the larger size of
Alexei Svitkine (slow)
2014/06/03 19:56:45
I'm not sure when the old value was chosen or how
Ilya Sherman
2014/06/03 20:25:19
I agree that dropping lots of logs is quite bad, a
|
// Interval, in minutes, between state saves. |
const int kSaveStateIntervalMinutes = 5; |