[Libreoffice-commits] core.git: officecfg/registry

Akshay Deep akshaydeepiitr at gmail.com
Wed Mar 23 17:29:38 UTC 2016


 officecfg/registry/schema/org/openoffice/Office/Common.xcs |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 75c272c146045235783e1dfe26a162a8f4dee493
Author: Akshay Deep <akshaydeepiitr at gmail.com>
Date:   Mon Mar 7 08:45:54 2016 +0400

    tdf#94760 Better default values for graphics cache
    
    Changed Total Graphic Cache Size to 64 Mb.
    Changed Object Cache Size to 12 Mb.
    
    Change-Id: I772b92f9412ccbf40c1df4e4182dcff6d634b7de
    Reviewed-on: https://gerrit.libreoffice.org/22967
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    Tested-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 35882c3..4052479 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -1486,7 +1486,7 @@
             objects.</desc>
             <label>Total Graphic Cache Size</label>
           </info>
-          <value>22000000</value>
+          <value>67110000</value>
         </prop>
         <prop oor:name="ObjectCacheSize" oor:type="xs:int" oor:nillable="false">
           <info>
@@ -1494,7 +1494,7 @@
             object.</desc>
             <label>Graphic Object Cache Size</label>
           </info>
-          <value>5500000</value>
+          <value>12600000</value>
         </prop>
         <prop oor:name="ObjectReleaseTime" oor:type="xs:int" oor:nillable="false">
           <info>


More information about the Libreoffice-commits mailing list