Skip to content

Commit

Permalink
Fix $wgPoolCountClientConf
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Dec 1, 2023
1 parent b72d635 commit cfe7a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GlobalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@
];

$wgPoolCountClientConf = [
'servers' => [ $beta ? '2a10:6740::6:406' : '2a10:6740::6:306' ],
'servers' => [ $beta ? '[2a10:6740::6:406]:7531' : '[2a10:6740::6:306]:7531' ],
'timeout' => 0.5,
];

Expand Down

0 comments on commit cfe7a4d

Please sign in to comment.