X-Git-Url: https://git.heureux-cyclage.org/index.php?a=blobdiff_plain;f=includes%2FGlobalFunctions.php;h=513f59346c8c8fdc121b9f1b3726008380698bcf;hb=315ffb840bf134e66d64998f3e5f88ac86c8ab26;hp=42a6573257cdb529bfdf23cd6138073959a4e82f;hpb=969293ba563c007832c439bb56f584ea201ffc24;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 42a6573257..513f59346c 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -3019,7 +3019,7 @@ function wfWaitForSlaves( $ifWritesSince = null, $wiki = false, $cluster = false, $timeout = null ) { if ( $timeout === null ) { - $timeout = wfIsCLI() ? 86400 : 10; + $timeout = wfIsCLI() ? 60 : 10; } if ( $cluster === '*' ) {