-
-
Yes, it's possible. Views aren't updated immediately. They're updated on an interval (so we don't kill our sql server with thousands of updates a second). We're going to be making some changes in the halfway near future though that should make the number a little closer to realtime. Stay tuned.
-
Maybe you could compare views and posts and if posts > view, you could display ≥n (where n is the number of posts).HumanCompiler said:Yes, it's possible. Views aren't updated immediately. They're updated on an interval (so we don't kill our sql server with thousands of updates a second). We're going to be making some changes in the halfway near future though that should make the number a little closer to realtime. Stay tuned. -
Possibly, but either way (doing that or leaving it how it is) still isn't "accurate". We've got a solution to this, just haven't implemented it yet.TommyCarlier said:
Maybe you could compare views and posts and if posts > view, you could display ≥n (where n is the number of posts).HumanCompiler said:*snip*
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.