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

Unified Diff: handler/crashpad_handler.ad

Issue 1563683002: Allow disabling upload rate-limiting (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: docs Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: handler/crashpad_handler.ad
diff --git a/handler/crashpad_handler.ad b/handler/crashpad_handler.ad
index e7fd66ba7466e01f1b4022a8ae90082acafbbcd2..09cb4a962e52fbfb8fa6959edbb85efcafba562c 100644
--- a/handler/crashpad_handler.ad
+++ b/handler/crashpad_handler.ad
@@ -140,6 +140,11 @@ enabled for a database by a Crashpad client using the Crashpad client library,
typically in response to a user requesting this behavior. If this option is not
specified, this program will behave as if uploads are disabled.
+*--no-rate-limit*::
Mark Mentovai 2016/01/06 15:52:41 It was intended that these arguments be sorted, bu
scottmg 2016/01/06 17:48:11 Done.
+Do not rate limit the upload of crash reports. By default uploads are throttled
+to one per hour. Using this option disables that behavior, and Crashpad will
+attempt to upload all captured reports.
+
*--help*::
Display help and exit.

Powered by Google App Engine
This is Rietveld 408576698