jenkins-bot has submitted this change and it was merged.

Change subject: Don't wait for completion. It can take a long time for big 
indexes
......................................................................


Don't wait for completion. It can take a long time for big indexes

Change-Id: Ifb1cbfb9c211ada1ff36187c677d38a4aef30432
---
M maintenance/backupIndexes.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Manybubbles: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/maintenance/backupIndexes.php b/maintenance/backupIndexes.php
index 8ec40e0..5da7106 100644
--- a/maintenance/backupIndexes.php
+++ b/maintenance/backupIndexes.php
@@ -129,7 +129,7 @@
                );
 
                $this->output( "Creating snapshot '$snapshot'..." );
-               $this->snapshot->createSnapshot( $this->repoName, $snapshot, 
$options, true );
+               $this->snapshot->createSnapshot( $this->repoName, $snapshot, 
$options, false );
                $this->output( "done.\n" );
        }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/173309
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifb1cbfb9c211ada1ff36187c677d38a4aef30432
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: Chad <[email protected]>
Gerrit-Reviewer: Manybubbles <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to