chore: temporarily disable async in server (#6813)
... pending an interruption bug fix and further testing
This commit is contained in:
parent
6aa6407af1
commit
e4364e747f
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ def setupImports (meta : DocumentMeta) (cmdlineOpts : Options) (chanOut : Std.Ch
|
|||
let opts := cmdlineOpts.mergeBy (fun _ _ fileOpt => fileOpt) fileSetupResult.fileOptions
|
||||
|
||||
-- default to async elaboration; see also `Elab.async` docs
|
||||
let opts := Elab.async.setIfNotSet opts true
|
||||
--let opts := Elab.async.setIfNotSet opts true
|
||||
|
||||
return .ok {
|
||||
mainModuleName
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue