Skip to content

Commit c30aaf5

Browse files
committed
Set wait time in server.php to 1200 seconds.
1 parent 40f256b commit c30aaf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/server.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
// Check if another process is running
5555
if(is_file($conf["temppath"].$conf["fs_div"].".ispconfig_lock")){
5656
clearstatcache();
57-
for($i=0;$i<120;$i++){ // Wait max. 1200 sec, then proceed
57+
for($i=0;$i<1200;$i++){ // Wait max. 1200 sec, then proceed
5858
if(is_file($conf["temppath"].$conf["fs_div"].".ispconfig_lock")){
5959
$app->log("There is already a lockfile set. Waiting another 10 seconds...", LOGLEVEL_DEBUG);
6060
sleep(10);
@@ -127,4 +127,4 @@
127127

128128

129129
die("finished.\n");
130-
?>
130+
?>

0 commit comments

Comments
 (0)