Closed
Description
openedon 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels