We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777c945 commit 28ed84bCopy full SHA for 28ed84b
Sources/NIOFileSystem/CopyStrategy.swift
@@ -55,7 +55,7 @@ public struct CopyStrategy: Hashable, Sendable {
55
// in CPU came with only moderate gains.
56
// Anyone tuning this is encouraged to cover worst case scenarios.
57
return .parallel(8)
58
- #elseif os(iOS) || os(tvOS) || os(watchOS) || os(Android) || os(visionOS)
+ #elseif os(iOS) || os(tvOS) || os(watchOS) || os(Android)
59
// Reduced maximum descriptors in embedded world
60
// This is chosen based on biasing to safety, not empirical testing.
61
return .parallel(4)
0 commit comments