mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Update
This commit is contained in:
parent
7323852abb
commit
dea21a0faa
2 changed files with 3 additions and 2 deletions
|
@ -60,4 +60,5 @@ foreach ($stats as $key => $live) {
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Live::checkAllFromStats();
|
Live::finishAllFromStats();
|
||||||
|
Live::unfinishAllFromStats(true);
|
|
@ -4327,7 +4327,7 @@ Click <a href=\"{link}\">here</a> to join our live.";
|
||||||
//_error_log("Live::executeEveryMinute live_servers_id=$live_servers_id");
|
//_error_log("Live::executeEveryMinute live_servers_id=$live_servers_id");
|
||||||
$this->createCacheStatsObject($live_servers_id);
|
$this->createCacheStatsObject($live_servers_id);
|
||||||
}
|
}
|
||||||
Live::checkAllFromStats();
|
Live::checkAllFromStats(true);
|
||||||
$end = microtime(true) - $start;
|
$end = microtime(true) - $start;
|
||||||
//_error_log("Live::executeEveryMinute complete in {$end} seconds");
|
//_error_log("Live::executeEveryMinute complete in {$end} seconds");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue