-
Notifications
You must be signed in to change notification settings - Fork 37
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
Number of forks/stars not changing? #98
Comments
Has there been a new commit to the repo? It only updates every ~6 hours and only after a commit was pushed. |
My repo's stats changed just today. There have been commits almost everyday. |
I'll have a look at the logic again. What I don't want is to constantly updating the projects when the commits are coming in (so as to not add to transaction times in the DB). But maybe only update if the numbers have changed rather then using a 6 hour update window. |
For this, I think, you would have to hit the API more often which adds more transactions to the DB. I'd say update every 24 hours. |
Not sure why but the number of forks and stars has not been updated for the last ~2 days. Is this intentional or is there a plan to include automatic updating?
The text was updated successfully, but these errors were encountered: