Browse Source
The update call on the user call races if there is more than one repository creation concurrently, leading to incorrect count of repos. Split things in two, so that we call the update for last visibility (which isn't problematic if it races, since it can only ever be best-effort anyway). This way we can atomically increment the count of repos.tags/v1.10.0-rc1
1 changed files with 6 additions and 2 deletions
Loading…
Reference in new issue