Index: trunk/extensions/PagedTiffHandler/PagedTiffHandler.php |
— | — | @@ -88,11 +88,11 @@ |
89 | 89 | // Maximum number of embedded files in tiff image |
90 | 90 | $wgTiffMaxEmbedFiles = 10000; |
91 | 91 | // Maximum resolution of embedded images (product of width x height pixels) |
92 | | -$wgTiffMaxEmbedFileResolution = 25600000; // max. Resolution 1600 x 1600 pixels |
| 92 | +$wgTiffMaxEmbedFileResolution = 1600*1600; // max. Resolution 1600 x 1600 pixels |
93 | 93 | // Maximum size of metadata |
94 | | -$wgTiffMaxMetaSize = 67108864; // 64kB |
| 94 | +$wgTiffMaxMetaSize = 64*1024; |
95 | 95 | // TTL of cache entries for errors |
96 | | -$wgTiffErrorCacheTTL = 84600; |
| 96 | +$wgTiffErrorCacheTTL = 24*60*60; |
97 | 97 | |
98 | 98 | $wgFileExtensions[] = 'tiff'; |
99 | 99 | $wgFileExtensions[] = 'tif'; |