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');