Manual:$wgSVGMetadataCutoff

From mediawiki.org
This page is a translated version of the page Manual:$wgSVGMetadataCutoff and the translation is 62% complete.
SVG: $wgSVGMetadataCutoff
指定した位置より後の SVG メタデータを読み取らない。
導入されたバージョン:1.17.0 (r83374)
除去されたバージョン:使用中
許容される値:(整数)
既定値:262144

詳細

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.

既定値は 262,144 バイト (256 KB) です。