Preserve original ordering of closures when pushing functions out of a transaction
Hoist updating forum counters out of the new post/add reply transaction. Relaxes updates;
removing a thread will not re-populate the last updated post
moving a thread out of an empty forum has a race condition between the thread saving and the forum counters updating
Forum counters are atomically incremented outside of a large transaction, and atomically conditionally updating the last post via SQL instead of read-mutate-update datawriter cycle
Remove the user of LOCK FOR UPDATE on thread select when deleting. Instead use "NulledTeam Post Delete Time Limit" add-on to restrict, independent of edit-times, for how old a post can be and still be deleted.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.