Skip to content

Commit

Permalink
Experimenting with recursion limits
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Jun 19, 2015
1 parent 1fcbdb4 commit ad2aae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpx/config.hpp
Expand Up @@ -438,7 +438,7 @@
// This limits how deep the internal recursion of future continuations will go
// before a new operation is re-spawned.
#if !defined(HPX_CONTINUATION_MAX_RECURSION_DEPTH)
#define HPX_CONTINUATION_MAX_RECURSION_DEPTH 12
#define HPX_CONTINUATION_MAX_RECURSION_DEPTH 20
#endif

///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit ad2aae0

Please sign in to comment.