Skip to content

Commit 367e5a1

Browse files
author
Jay Herron
committed
Removes thread deadlocking comment
1 parent c6da6b8 commit 367e5a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/GraphQLTests/Subscription/SubscriptionTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,8 +728,6 @@ let EmailQueryType = try! GraphQLObjectType(
728728

729729
// MARK: Test Helpers
730730

731-
// TODO: I seem to be getting some thread deadlocking when I set this to system count. FIX
732-
//let eventLoopGroup = MultiThreadedEventLoopGroup(numberOfThreads: System.coreCount)
733731
let eventLoopGroup = MultiThreadedEventLoopGroup(numberOfThreads: 1)
734732

735733
class EmailDb {

0 commit comments

Comments
 (0)