diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-12-05 15:01:30 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-12-07 16:21:40 +0100 |
commit | 9d0f597cee004b4f09f87e3599a85fc2e3672ee9 (patch) | |
tree | 8f3677a76df9212bc0a9aec1906d8663a8be0cf2 /officecfg | |
parent | afcac82eea2a550c09d0557253167b16a9dac9b1 (diff) |
Set back this 20 MB default value for compatibility reasons
See also:
dbdacc73ae154237314d599194cc686bd738a9bf
This ten multiplier which was moved from the implementation
to the settings is live in the code only from 4.4 version, so
actually we can remove it without any problem, don't need to change
the default value on the UI.
I don't have any other reason to change that value so...
Change-Id: Ia17874cafeb013b89eedc300710392763c868f44
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 545e0ec8cdd8..41c2601d18fd 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -1466,7 +1466,7 @@ objects.</desc> <label>Total Graphic Cache Size</label> </info> - <value>209715200</value> + <value>22000000</value> </prop> <prop oor:name="ObjectCacheSize" oor:type="xs:int" oor:nillable="false"> <info> |