Manual:$wgThumbnailEpoch/ko
Appearance
| Files and file uploads: $wgThumbnailEpoch | |
|---|---|
| If rendered thumbnail files are older than this timestamp, they will be re-rendered on demand as if the file didn't already exist. |
|
| 이 변수가 소개된 버전: | 1.6.0 (r11945) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | timestamp (string) |
| 기본값: | '20030516000000' |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
If rendered thumbnail files are older than this timestamp, they will be re-rendered on demand as if the file didn't already exist. 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 = 20260916080515;
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