]> _ Git - fluidbook_tools.git/commitdiff
wip #4947
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 7 Dec 2021 18:44:00 +0000 (19:44 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 7 Dec 2021 18:44:00 +0000 (19:44 +0100)
src/Jobs/ProcessPage.php

index c8733fb8c025e1584eefa274e6c62e7db475a6ad..89e80278960615f46b619408841375618620ed6b 100644 (file)
@@ -104,7 +104,7 @@ class ProcessPage implements ShouldQueue
     {
 
 
-        $lock = $this->getPDFInput() . '.lock';
+        $lock = $this->getPDFInput() . '.split.lock';
         $returnAfterSleep = false;
 
         while (file_exists($lock)) {