Skip to content

Commit

Permalink
Add alwaysCacheResults to README (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Mar 16, 2022
1 parent 5bd1244 commit c736f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit c736f83

Please sign in to comment.