This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit a3cc74436c3c68968bb9e6552cc9e8bdfef79d1c Author: Matthias Seidel <[email protected]> AuthorDate: Fri Nov 25 16:30:20 2022 +0100 Increase defaults for graphic cache (#161) (cherry picked from commit 5c18dcd6bb81649b8df28f694ecaccac8354180e) --- main/officecfg/registry/schema/org/openoffice/Office/Common.xcs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/main/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 295181a8bd..7ff7ecfcd6 100644 --- a/main/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/main/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>20971520</value> + <value>104857600</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>5242880</value> + <value>10485760</value> </prop> <prop oor:name="ObjectReleaseTime" oor:type="xs:int"> <info>
