]> _ Git - fluidbook-toolbox.git/commitdiff
try #7570 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 25 Jul 2025 11:26:52 +0000 (13:26 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 25 Jul 2025 11:26:52 +0000 (13:26 +0200)
app/Console/Commands/ToolboxPrecache.php

index 4805375afa2735d66f14e8d6659a8336e158ecaa..ff58d5b9e71b3064dc56c14012c0745e06b1e444 100644 (file)
@@ -14,6 +14,7 @@ class ToolboxPrecache extends ToolboxCommand
 
     public function handle()
     {
+        set_time_limit(120);
         // Users tree
         Permissions::_getData(true);
         FluidbookTranslate::getAllFluidbookTranslations(true);