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

Change subject: Lowered RENAMEUSER_CONTRIBJOB to 500
......................................................................


Lowered RENAMEUSER_CONTRIBJOB to 500

Change-Id: Ie9ec130d33376c0992a34068041b4fc7817138d8
---
M Renameuser.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/Renameuser.php b/Renameuser.php
old mode 100644
new mode 100755
index bf146ea..363a461
--- a/Renameuser.php
+++ b/Renameuser.php
@@ -32,7 +32,7 @@
  * Users with more than this number of edits will have their rename operation
  * deferred via the job queue.
  */
-define( 'RENAMEUSER_CONTRIBJOB', 2500 );
+define( 'RENAMEUSER_CONTRIBJOB', 500 );
 
 # Add a new log type
 $wgLogTypes[] = 'renameuser';

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie9ec130d33376c0992a34068041b4fc7817138d8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Renameuser
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to