mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #30225 from nextcloud/fix-30220
Clarify `preview_max_filesize_image` behavior
This commit is contained in:
commit
99e7f33550
1 changed files with 3 additions and 2 deletions
|
|
@ -1067,9 +1067,10 @@ $CONFIG = [
|
|||
'preview_max_y' => 4096,
|
||||
|
||||
/**
|
||||
* max file size for generating image previews with imagegd (default behavior)
|
||||
* Max file size for generating image previews with imagegd (default behavior).
|
||||
* If the image is bigger, it'll try other preview generators, but will most
|
||||
* likely show the default mimetype icon. Set to -1 for no limit.
|
||||
* likely either show the default mimetype icon or not display the image at all.
|
||||
* Set to ``-1`` for no limit and try to generate image previews on all file sizes.
|
||||
*
|
||||
* Defaults to ``50`` megabytes
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue