We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f72d0 commit c6778f6Copy full SHA for c6778f6
prod.hh
@@ -27,7 +27,7 @@ struct prod {
27
long retries = 0;
28
/// Maximum number of retries allowed before reporting a failure to
29
/// the Parent prod.
30
- long retry_limit = 200;
+ long retry_limit = 100;
31
prod(prod *parent);
32
/// Newline and indent according to tree level.
33
virtual void indent(std::ostream &out);
0 commit comments