mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
parent
b640af7be6
commit
2b80cc54c5
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ if (!isCommandLineInterface()) {
|
||||||
return die('Command Line only');
|
return die('Command Line only');
|
||||||
}
|
}
|
||||||
|
|
||||||
set_time_limit(300);
|
set_time_limit(1800);
|
||||||
ini_set('max_execution_time', 300);
|
ini_set('max_execution_time', 1800);
|
||||||
|
|
||||||
$global['rowCount'] = $global['limitForUnlimitedVideos'] = 999999;
|
$global['rowCount'] = $global['limitForUnlimitedVideos'] = 999999;
|
||||||
$path = getVideosDir();
|
$path = getVideosDir();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue