We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d69ae5 commit 942640bCopy full SHA for 942640b
tests/FSharp.Test.Utilities/XunitHelpers.fs
@@ -203,13 +203,6 @@ module OneTimeSetup =
203
// We need AssemblyResolver already here, because OpenTelemetry loads some assemblies dynamically.
204
log "Adding AssemblyResolver"
205
AssemblyResolver.addResolver ()
206
-
207
- // Increase worker threads to mitigate temporary starvation from many caches with MailboxProcessors
208
- let workers, iocp = ThreadPool.GetMinThreads()
209
- let target = max workers (Environment.ProcessorCount * 2)
210
- if target > workers then
211
- log $"Increasing ThreadPool minimum worker threads to {target}"
212
- ThreadPool.SetMinThreads(target, iocp) |> ignore
213
#endif
214
log "Installing TestConsole redirection"
215
TestConsole.install()
0 commit comments