mirror of
https://github.com/Universal-Omega/DynamicPageList3
synced 2024-11-27 09:30:07 +00:00
Add alwaysCacheResults
to README (#126)
This commit is contained in:
parent
5bd1244b34
commit
c736f83495
|
@ -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. |
|
||||
|
|
Loading…
Reference in a new issue