mirror of
https://github.com/opensim/opensim.git
synced 2026-05-28 04:45:37 +08:00
because of a logic error. attempt to speed up deletes a bit by batching up all the primitem deletes and primshape deletes into single delete statements. This removes the lock/release/lock/release/lock/release for loop.