BryanDavis has uploaded a new change for review.
https://gerrit.wikimedia.org/r/323189
Change subject: populateLocalAndGlobalIds: Bump batch size to 1000
......................................................................
populateLocalAndGlobalIds: Bump batch size to 1000
The prior batch size of 100 was incredibly conservative.
Change-Id: I0366c2c3e6e2404ed2cd6f37d23eb6f0bc617c01
---
M maintenance/populateLocalAndGlobalIds.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth
refs/changes/89/323189/1
diff --git a/maintenance/populateLocalAndGlobalIds.php
b/maintenance/populateLocalAndGlobalIds.php
index 7d8fa83..44747f8 100644
--- a/maintenance/populateLocalAndGlobalIds.php
+++ b/maintenance/populateLocalAndGlobalIds.php
@@ -10,7 +10,7 @@
public function __construct() {
parent::__construct();
$this->addDescription( "Populate the localuser.lu_local_id and
localuser.lu_global_id fields" );
- $this->setBatchSize( 100 );
+ $this->setBatchSize( 1000 );
}
public function execute() {
--
To view, visit https://gerrit.wikimedia.org/r/323189
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0366c2c3e6e2404ed2cd6f37d23eb6f0bc617c01
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits