1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
Daniel Neto 2024-03-21 19:30:34 -03:00
parent 7323852abb
commit dea21a0faa
2 changed files with 3 additions and 2 deletions

View file

@ -60,4 +60,5 @@ foreach ($stats as $key => $live) {
} }
*/ */
Live::checkAllFromStats(); Live::finishAllFromStats();
Live::unfinishAllFromStats(true);

View file

@ -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");
} }