Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make max_tree_size configurable per-repository #6806

Merged
merged 2 commits into from
May 10, 2024

Commits on May 1, 2024

  1. Allow configuring a repository's max_tree_size value

    - We want to make Linguist better at detecting all possible languages in very large repos.
    - This makes a repository's `max_tree_size` value configurable, with the default still set at 100,000.
    issyl0 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ffc7db4 View commit details
    Browse the repository at this point in the history
  2. Use MAX_TREE_SIZE constant as default value

    - So that we only have to update the `100_000` tree size value once if we do need to change it.
    issyl0 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    daa9fb0 View commit details
    Browse the repository at this point in the history