Manual:$wgMathCheckFiles
この機能は、バージョン 1.18.0 で MediaWiki コアから除去されました。 この機能を使用するための代替方法については Extension:Math を参照してください。 |
TeX: $wgMathCheckFiles | |
---|---|
Check whether directory and file exist when generating math images. |
|
導入されたバージョン: | 1.16.0 (r56343) |
除去されたバージョン: | 1.18.0 |
許容される値: | (真偽値) |
既定値: | true |
その他の設定: アルファベット順 | 機能順 |
詳細
Normally when generating math images, we double-check that the directories we want to write to exist, and that files that have been generated still exist when we need to bring them up again.
This lets us give useful error messages in case of permission problems, and automatically rebuild images that have been lost.
On a big site with heavy NFS traffic this can be slow and flaky, so sometimes we want to short-circuit it by setting this to false.