Skip to content

Commit

Permalink
Merge "Remove custom CI $wgTempAccountCreationThrottle"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Jun 19, 2024
2 parents e0505e2 + 58789a3 commit 5763efa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions repo/config/Wikibase.ci.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,5 @@
$wgAutoCreateTempUser,
json_decode( getallheaders()[ 'X-Wikibase-Ci-Tempuser-Config' ] ?? '{}', true )
);
$wgTempAccountCreationThrottle = [ [
'count' => 100,
'seconds' => 86400,
] ];

$wgWBRepoSettings['tmpEnableMulLanguageCode'] = boolval( getallheaders()[ 'X-Wikibase-Ci-Enable-Mul' ] ?? false );

0 comments on commit 5763efa

Please sign in to comment.