PDA

View Full Version : build_thread_counters


t3nt3tion
08-25-2008, 12:54 PM
I`m interested in this particular function.
Reason why I ask is, how does this work ?
I know it increases the thread count, but lets say I execute it twice or 3 times on a thread id. Does it increase the thread count +3 since I ran it 3 times, or it just rechecks for data on the second and third execution ?

Opserty
08-25-2008, 05:20 PM
It doesn't add anything. It just checks how many posts there are for a thread (as well as other things) and just makes sure the thread table is up to date.