]> git.openstreetmap.org Git - rails.git/commit
Added locking around update and delete methods on main API objects. This should remov...
authorMatt Amos <zerebubuth@gmail.com>
Thu, 21 May 2009 14:57:03 +0000 (14:57 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Thu, 21 May 2009 14:57:03 +0000 (14:57 +0000)
commit4ab495f5db90c687574d4e4cee59cf73f79c31c6
treebe34939d64fcbd0bf44b0fbce5857dea5f142701
parent94c89838d4e7f3c767cea5f20709c52e1b8e4816
Added locking around update and delete methods on main API objects. This should remove the 500 errors which come from concurrent overlapping updates. Experimental - might be too slow for production.
app/models/node.rb
app/models/relation.rb
app/models/way.rb