X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FimportImages.php;h=ac700ef010be3b3b55057c0ba1faaa2a3a7ba524;hb=937e602c2c56f068272f635c5867d69f00f9ef49;hp=c653a5f06d33a89617d73bf0ef804c57a9978e65;hpb=932c37e3cb1708965ca52622dc23b9c4a635f304;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/importImages.php b/maintenance/importImages.php index c653a5f06d..ac700ef010 100644 --- a/maintenance/importImages.php +++ b/maintenance/importImages.php @@ -297,8 +297,8 @@ if ( $count > 0 ) { if ( $doProtect ) { # Protect the file - echo "\nWaiting for slaves...\n"; - // Wait for slaves. + echo "\nWaiting for replica DBs...\n"; + // Wait for replica DBs. sleep( 2.0 ); # Why this sleep? wfWaitForSlaves();