-
Notifications
You must be signed in to change notification settings - Fork 682
Why maximum dependency length is set to 100 in DAG? #130
Copy link
Copy link
Closed
Description
| if (dependencies.length <= 100) { |
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels