Skip to content

Commit 28ed84b

Browse files
committed
ignore visionOS for now
1 parent 777c945 commit 28ed84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/NIOFileSystem/CopyStrategy.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public struct CopyStrategy: Hashable, Sendable {
5555
// in CPU came with only moderate gains.
5656
// Anyone tuning this is encouraged to cover worst case scenarios.
5757
return .parallel(8)
58-
#elseif os(iOS) || os(tvOS) || os(watchOS) || os(Android) || os(visionOS)
58+
#elseif os(iOS) || os(tvOS) || os(watchOS) || os(Android)
5959
// Reduced maximum descriptors in embedded world
6060
// This is chosen based on biasing to safety, not empirical testing.
6161
return .parallel(4)

0 commit comments

Comments
 (0)