]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7780
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 9 Oct 2025 15:15:39 +0000 (17:15 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 9 Oct 2025 15:15:39 +0000 (17:15 +0200)
app/Fluidbook/Compiler/Compiler.php

index f6f185e90f31800a5e3df566201c9abcbbdf1ae0..ac6c6adff668449e545d263fb0bc2a3a2bec635f 100644 (file)
@@ -741,7 +741,7 @@ class Compiler extends Base implements CompilerInterface, IVirtualDirectoryError
 
         $this->log('Check lock');
 
-        if ($this->lock->block(300)) {
+        if ($this->lock->block($this->book_id == '20098' ? 1800 : 300)) {
             try {
                 if (!$this->compositionCached()) {
                     $this->log('Preprocess images');