Manual:$wgAPIMaxResultSize
Appearance
| 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
This configuration parameter sets the maximum size (in bytes) of an API result.
Do not set this lower than
$wgMaxArticleSize * 4096.