Skip to content

Commit

Permalink
google_apis: Increase the default history size of EventLogger
Browse files Browse the repository at this point in the history
100 turned out to be too small for investigating an obscure issue like
crbug.com/237044.

BUG=238946
TEST=none
R=hidehiko@chromium.org

Review URL: https://codereview.chromium.org/14660018

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198861 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
satorux@chromium.org committed May 8, 2013
1 parent d80d509 commit a1726be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/browser/google_apis/event_logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
namespace google_apis {

// The default history size used by EventLogger.
const int kDefaultHistorySize = 100;
const int kDefaultHistorySize = 1000;

// EventLogger is used to collect and expose text messages for diagnosing
// behaviors of Google APIs stuff. For instance, the collected messages are
Expand Down

0 comments on commit a1726be

Please sign in to comment.