From: Vincent Vanwaelscappel Date: Tue, 7 Dec 2021 18:44:00 +0000 (+0100) Subject: wip #4947 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6728642955bb4c4978c98417e1479f1a607cd9e1;p=fluidbook_tools.git wip #4947 --- diff --git a/src/Jobs/ProcessPage.php b/src/Jobs/ProcessPage.php index c8733fb..89e8027 100644 --- a/src/Jobs/ProcessPage.php +++ b/src/Jobs/ProcessPage.php @@ -104,7 +104,7 @@ class ProcessPage implements ShouldQueue { - $lock = $this->getPDFInput() . '.lock'; + $lock = $this->getPDFInput() . '.split.lock'; $returnAfterSleep = false; while (file_exists($lock)) {