-
Notifications
You must be signed in to change notification settings - Fork 4
Description
First of all, very nice project you've all built. Love the documentation too!
I have a large project that I am running this on, but have noticed how resource intensive it is. Currently it has to checkout and analyze so many different commits that I can't go back more than a few weeks, and have to rerun the process again. I'm trying to workaround this by limiting the data to a single week, and then slowly increase that value as it builds up a cache.
Do you think it would be feasible to configure a setting that only runs static analysis for a single commit, every week per project, or even every day? (Bringing down the number of commits to analyze to 52 or 365 commits per project per year)
Open to ideas on how to improve performance, but wanted to ask if this has already been considered before attempting anything.
Thank you