Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Issue 1563683002: Allow disabling upload rate-limiting (Closed)

Created:
4 years, 11 months ago by scottmg
Modified:
4 years, 11 months ago
Reviewers:
Mark Mentovai
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@master
Target Ref:
refs/heads/master
Project:
crashpad
Visibility:
Public.

Description

Allow disabling upload rate-limiting in crashpad_handler This is a temporary measure to try to account for lower than expected upload volume from Chrome in the wild. So this doesn't fix bug 23, but is related. The ability to delimit the upload rate is useful when testing locally too. R=mark@chromium.org BUG=crashpad:23 Committed: https://chromium.googlesource.com/crashpad/crashpad/+/330adfb02984692135fc5989dbaff49adb3b757e

Patch Set 1 #

Patch Set 2 : docs #

Total comments: 6

Patch Set 3 : fixes #

Total comments: 4

Patch Set 4 : fixes2 #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -43 lines) Patch
M handler/crash_report_upload_thread.h View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download
M handler/crash_report_upload_thread.cc View 2 chunks +28 lines, -24 lines 0 comments Download
M handler/crashpad_handler.ad View 1 2 2 chunks +14 lines, -9 lines 0 comments Download
M handler/handler_main.cc View 1 2 3 4 7 chunks +34 lines, -9 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
scottmg
4 years, 11 months ago (2016-01-06 00:04:19 UTC) #4
Mark Mentovai
It was always my intention for rate-limiting to be controlled by the database settings, but ...
4 years, 11 months ago (2016-01-06 15:52:41 UTC) #5
scottmg
Thanks https://codereview.chromium.org/1563683002/diff/20001/handler/crashpad_handler.ad File handler/crashpad_handler.ad (right): https://codereview.chromium.org/1563683002/diff/20001/handler/crashpad_handler.ad#newcode143 handler/crashpad_handler.ad:143: *--no-rate-limit*:: On 2016/01/06 15:52:41, Mark Mentovai wrote: > ...
4 years, 11 months ago (2016-01-06 17:48:11 UTC) #6
Mark Mentovai
LGTM Yeah, sorry, it’s uglier, but it’s also sortier! https://codereview.chromium.org/1563683002/diff/40001/handler/handler_main.cc File handler/handler_main.cc (right): https://codereview.chromium.org/1563683002/diff/40001/handler/handler_main.cc#newcode187 handler/handler_main.cc:187: ...
4 years, 11 months ago (2016-01-06 17:51:50 UTC) #7
scottmg
https://codereview.chromium.org/1563683002/diff/40001/handler/handler_main.cc File handler/handler_main.cc (right): https://codereview.chromium.org/1563683002/diff/40001/handler/handler_main.cc#newcode187 handler/handler_main.cc:187: {"no-rate-limit", no_argument, nullptr, kOptionNoRateLimit}, On 2016/01/06 17:51:50, Mark Mentovai ...
4 years, 11 months ago (2016-01-06 17:55:37 UTC) #8
scottmg
4 years, 11 months ago (2016-01-06 18:00:01 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
330adfb02984692135fc5989dbaff49adb3b757e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698