twidi / Repos.io

The source code of the Repos.io site, a site to help you manage all your repositories (your own, and watched/liked/followed ones) hosted by different providers (github, bitbucket)

Home Page:http://repos.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use `update` and not `save` when possible

twidi opened this issue · comments

Because the save method save all fields in the object, it could create race conditions.
So we have to use update to only update needed fields.