parent
b2ddb341a0
commit
3c5b55be82
@ -52,7 +52,7 @@ class DependencyCollector
|
|||||||
# This is an arbitrary number picked based on testing the current tree
|
# This is an arbitrary number picked based on testing the current tree
|
||||||
# depth and just to ensure that this doesn't loop indefinitely if we
|
# depth and just to ensure that this doesn't loop indefinitely if we
|
||||||
# introduce a circular dependency by mistake.
|
# introduce a circular dependency by mistake.
|
||||||
maximum_tree_depth = 10
|
maximum_tree_depth = 20
|
||||||
current_tree_depth = 0
|
current_tree_depth = 0
|
||||||
|
|
||||||
deps = Formula[global_dep_name].deps
|
deps = Formula[global_dep_name].deps
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user