diff options
author | Matthias Seidel <mseidel@apache.org> | 2018-07-19 18:34:19 +0000 |
---|---|---|
committer | Matthias Seidel <mseidel@apache.org> | 2018-07-19 18:34:19 +0000 |
commit | 76dda4ea7957b8cd40a04471f5601dc977dc2450 (patch) | |
tree | c6c32d0b5f5a807259e91db0193abaff195aca63 /officecfg | |
parent | 2daa2d8a77c802cfad84ef952a99606e3bcc467f (diff) |
Set correct values for graphics cache
Notes
Notes:
prefer: c6cf2320d2a464594e759289c34796538d31f02b
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index fb55dff7ef49..955d4174d502 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -1493,7 +1493,7 @@ <desc>Specifies the maximum cache size for all graphical display objects.</desc> <label>Total Graphic Cache Size</label> </info> - <value>22000000</value> + <value>20971520</value> </prop> <prop oor:name="ObjectCacheSize" oor:type="xs:int"> <info> @@ -1501,7 +1501,7 @@ <desc>Specifies the maximum cache size for a single graphic display object.</desc> <label>Graphic Object Cache Size</label> </info> - <value>5500000</value> + <value>5242880</value> </prop> <prop oor:name="ObjectReleaseTime" oor:type="xs:int"> <info> |