Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@vinod1993-r3yTlk • Sep 30, 2012
I think it takes time to be updated.! And is this a matter of concern? I do not know.! -
@prototype-G9Gn5k • Sep 30, 2012
If you want real time update it will require a script that constantly looks for new thread. This will waste much resources. So instead, ce uses a script which checks for new threads after every X seconds and updates the sidebar accordingly.
Another option is to edit the main file which is invoked everytime a new thread is created. However its pretty time consuming to edit that without messing the original functionality. -
@thebigk • Sep 30, 2012
We use caching to avoid frequent updating of the thread information in sidebar - this is done to reduce the load on the server.