From 95bdcfdaf7e4daf0bbac49248f8e129d0facfa3a Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 21 Jan 2026 16:48:37 +0100 Subject: [PATCH] #7954 --- app/Jobs/FluidbookImagesPreprocess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/FluidbookImagesPreprocess.php b/app/Jobs/FluidbookImagesPreprocess.php index 05378c8f7..144057729 100644 --- a/app/Jobs/FluidbookImagesPreprocess.php +++ b/app/Jobs/FluidbookImagesPreprocess.php @@ -125,7 +125,7 @@ class FluidbookImagesPreprocess extends Base $missing = ($nbjobs - $finished); $difftime = (time() - $this->_stateTime); if ($missing > 0 && $difftime > $this->_hangMaxTime) { - Log::error('Fluidbook compilation failed after ' . $this->_hangMaxTime . 's with ' . $missing . ' jobs remaining (on ' . $nbjobs . ' jobs launched)'); + //Log::error('Fluidbook compilation failed after ' . $this->_hangMaxTime . 's with ' . $missing . ' jobs remaining (on ' . $nbjobs . ' jobs launched)'); foreach ($this->jobs as $job) { if ($job->isDone()) { continue; -- 2.39.5