diff options
| author | Victor Kareh <[email protected]> | 2026-04-10 11:17:20 -0400 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-04-10 11:37:36 -0400 |
| commit | ad7ddc952e60c09515e1ec84d5374775d73e5370 (patch) | |
| tree | 13b2cb3138f3187f4ff948b24686b9525f497bba | |
| parent | fab6729b836bee2be0fa29122902569f0c5f98d8 (diff) | |
| download | atril-ad7ddc952e60c09515e1ec84d5374775d73e5370.tar.bz2 atril-ad7ddc952e60c09515e1ec84d5374775d73e5370.tar.xz | |
Increase default page cache size to 500 MiB
Using 50 MiB is not enough to show an A0-sized document in a HiDPI
display. This bumps the page cache size to 500 MiB to provide enough
headroom. This memory is not pre-allocated, it just provides a safety
limit.
| -rw-r--r-- | data/org.mate.Atril.gschema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.mate.Atril.gschema.xml b/data/org.mate.Atril.gschema.xml index 1a1c1803..243875fd 100644 --- a/data/org.mate.Atril.gschema.xml +++ b/data/org.mate.Atril.gschema.xml @@ -26,7 +26,7 @@ <summary>The URI of the directory last used to save a picture.</summary> </key> <key name="page-cache-size" type="u"> - <default>50</default> + <default>500</default> <summary>Page cache size in MiB</summary> <description>The maximum size that will be used to cache rendered pages, limits maximum zoom level.</description> </key> |
