Manual:$wgUploadThumbnailRenderMethod/ko
Appearance
| Thumbnail settings: $wgUploadThumbnailRenderMethod | |
|---|---|
| The method through which the thumbnails will be prerendered for the entries in $wgUploadThumbnailRenderMap. |
|
| 이 변수가 소개된 버전: | 1.25.3 (Gerrit change 157157; git #623d7789) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (string) |
| 기본값: | 'jobqueue' |
| 기타 설정: 알파벳 순 | 기능별 순 | |
Details
The method through which the thumbnails will be prerendered for the entries in $wgUploadThumbnailRenderMap.
The method can be either "http" or "jobqueue". The former uses an http request to hit the thumbnail's URL. This method only works if thumbnails are configured to be rendered by a 404 handler. The latter option uses the job queue to render the thumbnail.