diff --git a/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppetmain.cpp b/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppetmain.cpp index d5371e4b5e4..8b6135c6222 100644 --- a/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppetmain.cpp +++ b/share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppetmain.cpp @@ -125,6 +125,7 @@ bool startCrashpad() // Optional arguments to pass to the handler std::vector arguments; + arguments.push_back("--no-rate-limit"); CrashpadClient *client = new CrashpadClient(); bool success = client->StartHandler( diff --git a/src/app/main.cpp b/src/app/main.cpp index 42557c3d2b7..a4ef3eea329 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -438,6 +438,7 @@ bool startCrashpad(const QString &libexecPath, bool crashReportingEnabled) // Optional arguments to pass to the handler std::vector arguments; + arguments.push_back("--no-rate-limit"); CrashpadClient *client = new CrashpadClient(); bool success = client->StartHandler(