Jump to content

Manual:$wgUpdateCompatibleMetadata/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgUpdateCompatibleMetadata and the translation is 12% complete.
EXIF: $wgUpdateCompatibleMetadata
Whether to automatically update the img_metadata field if it is outdated but compatible with the current version.
이 변수가 소개된 버전:1.18.0 (r86169)
이 변수가 사라진 버전:계속해서 쓰이고 있음
허용값:(boolean)
기본값:false

상세

Whether to automatically update the img_metadata field in the database, if the metadata becomes outdated (say, after a major upgrade of MediaWiki) but can be automatically updated to the current format. This update would take place when viewing the image page, or alternatively, it could be forced by running the refreshImageMetadata.php maintenance script.

This setting defaults to false, because during a code update, a lot of images could suddenly have outdated metadata. Regenerating all of them could overload the server if it is a busy server.