]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6999 @2
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 11 Jul 2024 10:01:47 +0000 (12:01 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 11 Jul 2024 10:01:47 +0000 (12:01 +0200)
app/Http/Controllers/Admin/Operations/FluidbookPublication/StatsOperation.php

index e244358d7455c74cf0c3de7f594c64c69d20a4fe..d59961ed42239a5f949f758a585db52541987b71 100644 (file)
@@ -116,6 +116,8 @@ trait StatsOperation
             "en" => "en-US,en;q=0.5"
         ];
 
+        set_time_limit(0);
+
         $html = $this->translateHtml($url, $acceptLang[$locale]);
         $html = HtmlDomParser::str_get_html($html);