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

Skip indexing large files above 1mb, add option --max-file-byte-size #271

Merged
merged 2 commits into from
Jul 11, 2023

Commits on Jul 11, 2023

  1. Add configurable option to skip large files

    Previously, scip-typescript indexed all files regardless of file size.
    This could result in scip-typescript stalling progress to index very
    large files that were (frequently) auto-generated. This commit changes
    the default behavior to skip indexing files that are larger than 1mb,
    and makes this threshold configurable via the new `--max-file-byte-size`
    flag.
    olafurpg committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    39e2f5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a8d135 View commit details
    Browse the repository at this point in the history