julython/julython.org

Number of forks/stars not changing?

karan opened this issue · 4 comments

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?

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.

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.