1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Daniel 2022-01-03 07:42:40 -03:00
parent b640af7be6
commit 2b80cc54c5

View file

@ -7,8 +7,8 @@ if (!isCommandLineInterface()) {
return die('Command Line only');
}
set_time_limit(300);
ini_set('max_execution_time', 300);
set_time_limit(1800);
ini_set('max_execution_time', 1800);
$global['rowCount'] = $global['limitForUnlimitedVideos'] = 999999;
$path = getVideosDir();