Podręcznik:$wgSVGMetadataCutoff

This page is a translated version of the page Manual:$wgSVGMetadataCutoff and the translation is 25% complete.
SVG: $wgSVGMetadataCutoff
Don't read SVG metadata beyond this point.
Wprowadzono w wersji:1.17.0 (r83374)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(integer)
Domyślna wartość:262144

Szczegóły

Let X = the value of this setting. If the file size (in bytes) of a given SVG is greater than X, only the first X bytes of the SVG file will be read by the metadata extractor. This is to prevent excessive resource consumption by having to load large SVGs into an XML parser.

Default is 262,144 bytes (256 KB).