]> _ Git - cubist_cms-back.git/commitdiff
try #7570 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 25 Jul 2025 11:26:27 +0000 (13:26 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 25 Jul 2025 11:26:27 +0000 (13:26 +0200)
src/app/Console/Commands/PrecacheCommand.php

index c1d3e2a9660c7cccf5f30b6a14dde010dddf60b1..b3982c1d14bafc9accdd2ea5adfc88bfdb83f5c1 100644 (file)
@@ -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']);