diff options
author | António Fernandes <antoniof@gnome.org> | 2021-02-06 19:22:28 +0000 |
---|---|---|
committer | António Fernandes <antoniojpfernandes@gmail.com> | 2021-02-08 11:46:02 +0000 |
commit | d5c57c0c550c33fae429a920ae0c7d36fdfeceab (patch) | |
tree | e6e0a01662f32d02e7b4012adce05f56b1fd5139 /data | |
parent | f1d6fb62ae974c7b9ef9af40a452785ec6f76f7f (diff) | |
download | nautilus-d5c57c0c550c33fae429a920ae0c7d36fdfeceab.tar.gz |
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
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.nautilus.gschema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </key> <key type="t" name="thumbnail-limit"> <range max="5000"/> - <default>10</default> + <default>50</default> <summary>Maximum image size for thumbnailing</summary> <description>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.</description> </key> |