From b6c35e379eb8b3d0a2603fb3318a5b476aae66fb Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Fri, 10 May 2024 12:07:14 +0300 Subject: [PATCH] Update DownloadMicroweber.php --- web/Modules/Microweber/Jobs/DownloadMicroweber.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/Modules/Microweber/Jobs/DownloadMicroweber.php b/web/Modules/Microweber/Jobs/DownloadMicroweber.php index 82aa054..d9facd7 100644 --- a/web/Modules/Microweber/Jobs/DownloadMicroweber.php +++ b/web/Modules/Microweber/Jobs/DownloadMicroweber.php @@ -20,6 +20,7 @@ class DownloadMicroweber implements ShouldQueue public function handle(): void { + set_time_limit(0); $sharedAppPath = config('microweber.sharedPaths.app');