From b51a09520d5da52d10260e8c9e4d3743a33a24c5 Mon Sep 17 00:00:00 2001 From: DanieL Date: Thu, 7 Apr 2022 20:26:02 -0300 Subject: [PATCH] Do not show buttons --- install/importChannel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/importChannel.php b/install/importChannel.php index 1c4722b7c3..d916080509 100644 --- a/install/importChannel.php +++ b/install/importChannel.php @@ -22,8 +22,8 @@ function download($url, $filename, $path, $forceDownload=false){ return false; } -set_time_limit(1800); -ini_set('max_execution_time', 1800); +set_time_limit(360000); +ini_set('max_execution_time', 360000); $global['rowCount'] = $global['limitForUnlimitedVideos'] = 999999;