-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Don't reload action.Repo when it has been loaded #19632
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
Conversation
e7db788
to
33318f3
Compare
6c7b571
to
4a45c71
Compare
hmm... I think we might be better off changing the SELECT so as to not extract any of the repo fields from the db in the first place: There's likely to be a duplication of a lot of repo data this could cause a significant increase in memory use. (TBH we should be extracting the last update time from the repo and using caching to get a copy of the latest version.) |
Codecov Report
@@ Coverage Diff @@
## main #19632 +/- ##
=======================================
Coverage ? 47.36%
=======================================
Files ? 957
Lines ? 133415
Branches ? 0
=======================================
Hits ? 63196
Misses ? 62587
Partials ? 7632
Continue to review full report at Codecov.
|
Improvement for #19598