Chad has uploaded a new change for review.
https://gerrit.wikimedia.org/r/173309
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(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CirrusSearch
refs/changes/09/173309/1
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: newchange
Gerrit-Change-Id: Ifb1cbfb9c211ada1ff36187c677d38a4aef30432
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: Chad <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits