Author Topic: Operator panel: update interval  (Read 7769 times)

0 Members and 1 Guest are viewing this topic.

Lezhik

  • Jr. Member
  • **
  • Posts: 1
Operator panel: update interval
« on: June 04, 2009, 08:42:53 AM »
Hello All. I have one small problem, could you help me? Where I can set the Update interval for Operator panel? Now it's near 2-3 seconds. This is too often (traffic etc.). I want to change this value by 10 seconds. Is it really? If yes, tell me please, in what file I can set this parameter? Thank you!

Inspirer

  • Mibew Project founder
  • Native
  • *****
  • Posts: 262
    • Mibew Messenger
Re: Operator panel: update interval
« Reply #1 on: June 09, 2009, 03:28:56 PM »
We are going to add an option in 1.6.2.
In 1.6.1 and all previous versions you have to change it manually.

1. Chat window refresh interval (in seconds).

/styles/default/templates/chat.tpl,line 10 :
/styles/original/templates/chat.tpl,line 10 :
/styles/simplicity/templates/chat.tpl,line 10 :

Change the value: "frequency:2,"

2. Awaiting visitors (in seconds, 2 by default)

/view/pending_users.php, line 32, Add "frequency:2," after {

var updaterOptions = { frequency:2,