Skip to content

Why maximum dependency length is set to 100 in DAG? #130

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions