Skip to content

Commit

Permalink
fix: try to increase heartbeat limit further
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Nov 18, 2023
1 parent 8c9e5cf commit d70b47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DocGen4/Process/Analyze.lean
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def process (task : AnalyzeTask) : MetaM (AnalyzerResult × Hierarchy) := do

try
let config := {
maxHeartbeats := 5000000,
maxHeartbeats := 50000000,
options := ← getOptions,
fileName := ← getFileName,
fileMap := ← getFileMap
Expand Down

0 comments on commit d70b47c

Please sign in to comment.