We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f256b commit c30aaf5Copy full SHA for c30aaf5
server/server.php
@@ -54,7 +54,7 @@
54
// Check if another process is running
55
if(is_file($conf["temppath"].$conf["fs_div"].".ispconfig_lock")){
56
clearstatcache();
57
- for($i=0;$i<120;$i++){ // Wait max. 1200 sec, then proceed
+ for($i=0;$i<1200;$i++){ // Wait max. 1200 sec, then proceed
58
59
$app->log("There is already a lockfile set. Waiting another 10 seconds...", LOGLEVEL_DEBUG);
60
sleep(10);
@@ -127,4 +127,4 @@
127
128
129
die("finished.\n");
130
-?>
+?>
0 commit comments