chore: increase synthInstance.maxHeartbeats default
This commit is contained in:
parent
73e718c5eb
commit
e415cfa632
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ import Lean.Util.Profile
|
|||
namespace Lean.Meta
|
||||
|
||||
register_builtin_option synthInstance.maxHeartbeats : Nat := {
|
||||
defValue := 300
|
||||
defValue := 500
|
||||
descr := "maximum amount of heartbeats per typeclass resolution problem. A heartbeat is number of (small) memory allocations (in thousands), 0 means no limit"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue