Skip to content

Commit 3ae260e

Browse files
authored
fix: further update timeout
1 parent abe44ba commit 3ae260e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core-php/src/TwigFunctions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public static function bolt_ssr($html) {
5656

5757
$process = new Process(['node', '-r', 'esm', $ssrServerPath, $html]);
5858
$process->setTimeout(3600);
59-
$process->setIdleTimeout(120);
59+
$process->setIdleTimeout(240);
6060
$process->run();
6161
return $process->getOutput();
6262
}

0 commit comments

Comments
 (0)