-
Notifications
You must be signed in to change notification settings - Fork 8
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
CLRU added for git plugin #750
Conversation
1ca88e2
to
ecaf313
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few logic changes to make the code cleaner. Also, you'll need to rebase off main and address the git/Cargo.toml
merge conflict.
7b24862
to
2369ebb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please just change the commit message to feat: configurable commit cache size in git plugin
Signed-off-by: Aisha M <[email protected]>
2369ebb
to
ff24dfa
Compare
12/30 - The PR has changes to the
git
plugin that uses an LRU cache functionality. The configurability of the size of the cache would come after the #662 changes are pulled.