Manual:$wgMathCheckFiles
Jump to navigation
Jump to search
![]() | Bu özellik MediaWiki çekirdeğinden 1.18.0 sürümünde kaldırıldı. Bu özelliği kullanmanın alternatif bir yolu için lütfen Extension:Math sayfasına bakın. |
TeX: $wgMathCheckFiles | |
---|---|
Matematik resimleri oluştururken dizin ve dosyanın mevcut olup olmadığını kontrol edin. |
|
Sürümde tanıtıldı: | 1.16.0 (r56343) |
Sürümde kaldırıldı: | 1.18.0 |
İzin verilen değerler: | (boole) |
Varsayılan değer: | true |
Diğer ayarlar: Alfabetik | İşlevsel olarak |
Details
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.