Skip to content

Commit

Permalink
workspace cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Mar 23, 2024
1 parent c95ff5b commit e0dbfbf
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 287 deletions.
3 changes: 1 addition & 2 deletions src/FsAutoComplete.Core/Utils.fs
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,7 @@ module Async =
/// <param name="computations">A sequence of distinct computations to be parallelized.</param>
let parallel75 computations =
let maxConcurrency =
2
// Math.Max(1.0, Math.Floor((float System.Environment.ProcessorCount) * 0.75))
Math.Max(1.0, Math.Floor((float System.Environment.ProcessorCount) * 0.75))

Async.Parallel(computations, int maxConcurrency)

Expand Down
Loading

0 comments on commit e0dbfbf

Please sign in to comment.