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.
2 parents 0da2964 + 2ab56a4 commit 1e0859bCopy full SHA for 1e0859b
FsAutoComplete.Suave/FsAutoComplete.Suave.fs
@@ -37,6 +37,7 @@ module internal Utils =
37
38
[<EntryPoint>]
39
let main argv =
40
+ System.Threading.ThreadPool.SetMinThreads(8, 8) |> ignore
41
let state = ref FsAutoComplete.State.Initial
42
let checker = new FSharpCompilerServiceChecker()
43
FsAutoComplete/Program.fs
@@ -110,6 +110,7 @@ module internal Main =
110
111
112
let entry args =
113
114
Console.InputEncoding <- Text.Encoding.UTF8
115
Console.OutputEncoding <- new Text.UTF8Encoding(false, false)
116
let extra = Options.p.Parse args
0 commit comments