mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-07-19 12:11:52 -04:00
Profile viewed zeroed #30
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @berkealgul on GitHub (Mar 19, 2022).
after the yesterdays issue my view count resetted. is anyone else experienced same issue?
@antonkomarev commented on GitHub (Mar 19, 2022):
This issue is not related to the downtime. There is a case when two concurrent requests may overwrite counter value. But because detalization is stored in the separate file, we will be able to recount and restore these values.
I recommend you to use https://yhype.me, it does not have concurrent requests issue and have much more features which are not possible to implement in this project.
@berkealgul commented on GitHub (Mar 19, 2022):
thank you for reply. How we should restore the previous count value?
@antonkomarev commented on GitHub (Mar 20, 2022):
@berkealgul if you want to help, you could write script to count views in detalized file and write result in summary file. I will help with the code review.