Merge "docs: Remove unused PERL_PATH and unused file patterns from Doxyfile"
[lhc/web/wiklou.git] / maintenance / importImages.php
index f5d9359..4065978 100644 (file)
@@ -357,7 +357,7 @@ class ImportImages extends Maintenance {
                                                # Protect the file
                                                $this->output( "\nWaiting for replica DBs...\n" );
                                                // Wait for replica DBs.
-                                               sleep( 2.0 ); # Why this sleep?
+                                               sleep( 2 ); # Why this sleep?
                                                wfWaitForSlaves();
 
                                                $this->output( "\nSetting image restrictions ... " );