Manual:$wgThumbnailEpoch
ファイルとファイル アップロード: $wgThumbnailEpoch | |
---|---|
レンダリングされたサムネイル ファイルがこのタイムスタンプより古い場合に、ファイルが存在しないかのように再レンダリングする。 |
|
導入されたバージョン: | 1.6.0 (r11945) |
除去されたバージョン: | 使用中 |
許容される値: | タイムスタンプ (文字列) |
既定値: | '20030516000000' |
その他の設定: アルファベット順 | 機能順 |
詳細
レンダリングされたサムネイル ファイルがこのタイムスタンプより古い場合に、ファイルが存在しないかのように再レンダリングします。 Update if there is some need to force thumbs and SVG rasterizations to re-render, such as fixes to rendering bugs.
For a quick copy-paste you can use the following line, which was generated using {{CURRENTTIMESTAMP}}
:
$wgThumbnailEpoch = 20241102142437;
If you are using a Unix-like system you can get the current date by entering the following on the command-line:
date +%Y%m%d%H%M%S