diff --git a/README.md b/README.md index b0deec9..7ab50ab 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ These are DPL3's configuration settings and along with their default values. To | $wgDplSettings['allowedNamespaces'] | null | By default all existing namespaces are used when DPL3 initializes. Customize this setting with an array of namespace constants to restrict DPL3 to work only in those namespaces. | | $wgDplSettings['allowUnlimitedCategories'] | false | Set this to true to ignore 'maxCategoryCount' and allow unlimited categories. Please note that large amounts of categories in a query can slow down or crash servers. | | $wgDplSettings['allowUnlimitedResults'] | false | Set this to true to ignore 'maxResultCount' and allow unlimited results. Please note that large result sets may result in slow or failed page loads. | +| $wgDplSettings['alwaysCacheResults'] | false | Set this to true to ignore 'allowcachedresults' and always enable the parser cache. | | $wgDplSettings['categoryStyleListCutoff'] | 6 | Maximum number of items in a category list before being cut off. | | $wgDplSettings['functionalRichness'] | 3 | Set the level of parameters available to end users. | | $wgDplSettings['maxCategoryCount'] | 4 | Maximum number of categories to allow in queries. |