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 1211574 commit f1cd85aCopy full SHA for f1cd85a
src/fsharp/vs/Reactor.fs
@@ -31,7 +31,7 @@ module internal Reactor =
31
/// are open.
32
type Reactor() =
33
static let GetEnvInteger e dflt = match System.Environment.GetEnvironmentVariable(e) with null -> dflt | t -> try int t with _ -> dflt
34
- static let pauseBeforeBackgroundWorkDefault = GetEnvInteger "FCS_PauseBeforeBackgroundWorkMilliseconds" 2000
+ static let pauseBeforeBackgroundWorkDefault = GetEnvInteger "FCS_PauseBeforeBackgroundWorkMilliseconds" 1000
35
let mutable pauseBeforeBackgroundWork = pauseBeforeBackgroundWorkDefault
36
37
// We need to store the culture for the VS thread that is executing now,
0 commit comments