trufflehog icon indicating copy to clipboard operation
trufflehog copied to clipboard

[feat] - concurrent diff processing

Open ahrav opened this issue 1 year ago • 0 comments

Description:

Process diffs concurrently with workers. If we are concerned with concurrency for git sources that are operating on multiple sources (ie multiple repos, when the git objet is configured we can manually set the concurrency to 1), this would allow us to get concurrent diff processing for singular repos, and concurrent diff processing for multiple repos if we want.

Before: Screenshot 2024-02-11 at 3 37 27 PM

After: Screenshot 2024-02-11 at 3 40 40 PM

Checklist:

  • [ ] Tests passing (make test-community)?
  • [ ] Lint passing (make lint this requires golangci-lint)?

ahrav avatar Feb 12 '24 00:02 ahrav