Skip to content

Commit c6778f6

Browse files
committed
grammar: Reduce default retry limit from 200 to 100.
Blind attempt at increasing generation speed.
1 parent b6f72d0 commit c6778f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prod.hh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct prod {
2727
long retries = 0;
2828
/// Maximum number of retries allowed before reporting a failure to
2929
/// the Parent prod.
30-
long retry_limit = 200;
30+
long retry_limit = 100;
3131
prod(prod *parent);
3232
/// Newline and indent according to tree level.
3333
virtual void indent(std::ostream &out);

0 commit comments

Comments
 (0)