Jump to content

Manual:$wgAPIMaxResultSize: Difference between revisions

From mediawiki.org
Content deleted Content added
update section per DefaultSettings.php
No edit summary
Tags: Reverted Visual edit Mobile edit Mobile web edit
Line 16: Line 16:


<!--T:5-->
<!--T:5-->
Don't set this lower than <tvar|1><code>{{ll|Manual:$wgMaxArticleSize|$wgMaxArticleSize}}*1024</code></>.
Don't set this lower than <tvar|1><code>{{ll|:$|$}}*1024</code></>.
</translate>
</translate>

Revision as of 05:06, 17 December 2024

API: $wgAPIMaxResultSize
Maximum size (in bytes) of an API result.
Introduced in version:1.15.0 (r46845)
Removed in version:Still in use
Allowed values:(integer)
Default value:8388608

Details

The maximum size (in bytes) of an API result.

Don't set this lower than $wgAPIMaxResultSize *1024.