From da5413f31ef3b28348c94f436bf98e2ddd835e58 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 25 Jul 2025 13:26:52 +0200 Subject: [PATCH] try #7570 @0.25 --- app/Console/Commands/ToolboxPrecache.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/ToolboxPrecache.php b/app/Console/Commands/ToolboxPrecache.php index 4805375af..ff58d5b9e 100644 --- a/app/Console/Commands/ToolboxPrecache.php +++ b/app/Console/Commands/ToolboxPrecache.php @@ -14,6 +14,7 @@ class ToolboxPrecache extends ToolboxCommand public function handle() { + set_time_limit(120); // Users tree Permissions::_getData(true); FluidbookTranslate::getAllFluidbookTranslations(true); -- 2.39.5