Skip to content

Commit 215a47a

Browse files
committed
Woops
1 parent c4f740d commit 215a47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
;; The maximum size of an egraph
9292
(define *node-limit* (make-parameter 8000))
93-
(define *proof-max-length* (make-parameter 10))
93+
(define *proof-max-length* (make-parameter 200))
9494
(define *proof-max-string-length* (make-parameter 10000))
9595

9696
;; In localization, the maximum number of locations returned

0 commit comments

Comments
 (0)