Set use_async_processing in mac symupload.

Change-Id: I9192aed92cc3ee85c6fdce54cbf51414338d7b99
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3558027
Reviewed-by: Ivan Penkov <ivanpe@chromium.org>
This commit is contained in:
Nelson Billing 2022-03-29 16:35:14 -07:00 committed by Ivan Penkov
parent 59abf117ac
commit dccd242781

View file

@ -199,7 +199,7 @@
NSMutableDictionary* jsonDictionary = [@{
@"symbol_id" : @{@"debug_file" : debugFile, @"debug_id" : debugID},
@"symbol_upload_type" : type
@"symbol_upload_type" : type, @"use_async_processing" : @"true"
} mutableCopy];
if (productName != nil) {