From d5c57c0c550c33fae429a920ae0c7d36fdfeceab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Fernandes?= Date: Sat, 6 Feb 2021 19:22:28 +0000 Subject: gschema: Raise thumbnail size limit to 50MB This was last updated 12 years ago. Assuming 10MB is too low given today's hardware, make that 50MB. Closes https://gitlab.gnome.org/GNOME/nautilus/-/issues/1309 --- data/org.gnome.nautilus.gschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml index e03127e0b..3f89466de 100644 --- a/data/org.gnome.nautilus.gschema.xml +++ b/data/org.gnome.nautilus.gschema.xml @@ -148,7 +148,7 @@ - 10 + 50 Maximum image size for thumbnailing Images over this size (in megabytes) won’t be thumbnailed. The purpose of this setting is to avoid thumbnailing large images that may take a long time to load or use lots of memory. -- cgit v1.2.1