Uh oh!
There was an error while loading. Please reload this page.
fix(previews): Allow to parse big files for previews - #53496
Conversation
solracsf
commented
Jun 14, 2025
/backport to stable31 |
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
come-nc
commented
Jun 16, 2025
It feels weird to have this as a general option in config.php. It should be an option for each storage defined in files_external, no? You may want to enable it for an SMB one on local network and disable it for another s3 storage? Or is that too niche? |
icewind1991
commented
Jun 16, 2025
I agree that having this per storage would be better. Additionally, allowing the admin to set a different cutoff size instead of just disabling the cutoff altogether would be nice. Note that there is a "mount options" system that would probably make sense to use to configure this. They can be set with |
solracsf
commented
Jun 16, 2025
Got it. 👍 |
Checklist