Skip to content

Commit 05c639a

Browse files
committed
Dispatch to sharedConcurrent queue
1 parent b1a641f commit 05c639a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageRegistry/SourceArchiver.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ struct SourceArchiver: Archiver {
5252
}
5353

5454
// TODO: consider calling `libarchive` or some other library directly instead of spawning a process
55-
DispatchQueue.global(qos: .userInitiated).async {
55+
DispatchQueue.sharedConcurrent.async {
5656
do {
5757
let result = try Process.popen(args: "bsdtar",
5858
"--strip-components=1",

0 commit comments

Comments
 (0)