Manual:$wgAPIMaxResultSize: Difference between revisions
Appearance
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| |
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 |
Other settings: Alphabetical | By function |
Details
The maximum size (in bytes) of an API result.
Don't set this lower than $wgAPIMaxResultSize *1024
.