Why maximum dependency length is set to 100 in DAG? #130
Closed
Description
opened on Dec 6, 2017
Hello jaeger development team.
We are using your project and we appreciate your work!
Unfortunately, we faced one issue and came to decision to ask you.
The question is "Why maximum dependency length is hard-coded to 100 in DAG?".
if (dependencies.length <= 100) {
GRAPH_TYPE_OPTIONS.push({ type: 'DAG', name: 'DAG' });
}
In our project we have a lot of cases with 100+ dependencies and due to this limitation DAG can't be shown.
Thanks in advance.
Metadata
Assignees
Labels
No labels
Activity