Skip to content

Commit

Permalink
Remove custom CI $wgTempAccountCreationThrottle
Browse files Browse the repository at this point in the history
This effectively reverts change Ibc2f2bb5be (commit ae7eda4); in the
meantime, MediaWiki core change Ie5a94d8b67 (commit 7db4723f3a)
completely disabled this throttle in CI, which is better (the limit of
100 configured here was still hit in the CI job for Id676be0f3a).

Bug: T365676
Change-Id: I109da6b4bb4b83653b00cb5a77e840cc9f7fd217
  • Loading branch information
lucaswerkmeister committed Jun 19, 2024
1 parent 3e35dc4 commit 58789a3
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 58789a3

Please sign in to comment.