Page MenuHomePhabricator

Make size related database lists available for use as a "group" in InitialiseSettings.php
Closed, ResolvedPublic

Description

We should work out a way to load the (small|medium|large)\.dblist files for usage in InitialiseSettings.php, then we can set some options based on the size of a wiki. Such as something like:

'wmgFoobar' => array(
'small' => 100,
'medium' => 75,
'large' => 40,
),


Version: wmf-deployment
Severity: enhancement

Details

Reference
bz43741

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:28 AM
bzimport set Reference to bz43741.
bzimport added a subscriber: Unknown Object (MLST).

Confirmed fixed by the above