XenForo
Administrative
- Thread starter
- Admin
- #1
When merging posts the
This is notable on a very busy forum when merging posts in the same thread, as this can cause deadlocks and cause replying to faill, for the entire node the thread lives in.
Additionally;
In
Read more
ادامه مطلب...
updateSourceData
function ends up doing a lot of work inside a transaction which likely is not required.This is notable on a very busy forum when merging posts in the same thread, as this can cause deadlocks and cause replying to faill, for the entire node the thread lives in.
Thread::rebuildCounters
is called twice, once in updateTargetData
and once in updateSourceData
.Additionally;
In
updateTargetData
- The call to...
Read more
ادامه مطلب...