Help Searching doesn't work if the
tpl_cache setting is on (which it is by default).
You can set this setting to false to fix this bug, although performance will be
slightly worse.
Changing the web_message_refresh
setting to above 6 seconds won't work properly because of a feature where the web browser
tries to automatically reconnect to the server. It does this every 6 seconds due
to a small bug instead of every 60 seconds. To fix this edit tpl/main_frame.htm and
change the line:
if (this_check-last_check>6000) {
to:
if (this_check-last_check>60000) {