This topic is locked

Chart Autoupdate

2/20/2012 5:31:12 PM
PHPRunner General questions
C
cis2131 author

Is there someone who knows how to get the chart to update faster than 1 minute.?

Sergey Kornilov admin 2/22/2012

Check source\include\xtempl.php file and find the following line:

$refresh = $settings->getChartRefreshTime()*60000;


If you replace 60000 with 1000 autoupdate intervals will be treated as seconds (as opposed to minutes).