From: Vincent Vanwaelscappel Date: Fri, 25 Jul 2025 11:26:27 +0000 (+0200) Subject: try #7570 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4410053451bba22645f7b332dc8d9136ba79e05a;p=cubist_cms-back.git try #7570 @0.5 --- diff --git a/src/app/Console/Commands/PrecacheCommand.php b/src/app/Console/Commands/PrecacheCommand.php index c1d3e2a..b3982c1 100644 --- a/src/app/Console/Commands/PrecacheCommand.php +++ b/src/app/Console/Commands/PrecacheCommand.php @@ -15,6 +15,7 @@ class PrecacheCommand extends CubistMagicCommand public function handle() { + set_time_limit(120); $force = $this->option('force'); if ($force) { $this->_handleMagicFolder([$this, '_precacheForce']);