fix: try to increase heartbeat limit further

main
Henrik Böving 2023-11-18 23:43:02 +01:00
parent 8c9e5cf135
commit d70b47c9af
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ def process (task : AnalyzeTask) : MetaM (AnalyzerResult × Hierarchy) := do
try try
let config := { let config := {
maxHeartbeats := 5000000, maxHeartbeats := 50000000,
options := ← getOptions, options := ← getOptions,
fileName := ← getFileName, fileName := ← getFileName,
fileMap := ← getFileMap fileMap := ← getFileMap