diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-05-06 18:46:27 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-05-07 08:10:49 +0200 |
commit | 1fe08ae6b383c2222178a21c926480a055a87f99 (patch) | |
tree | b3a96a9a1babd0db5b4c4408468fd89369ee9582 /officecfg | |
parent | f15e6293cf78d67963a6e512f60a11ae58da72c5 (diff) |
tdf#121740 increase DrawingEngine::OLE_Objects cache limit
shaves 5% off the load time for me
Change-Id: Ia0ed8caa9300bfe5bcf71cfe844b8c4fdaf0fef6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133962
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 16d069ffd93a..73b1acbe871d 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -1499,7 +1499,7 @@ page through the objects since they do not always need to be loaded from the hard drive.</desc> </info> - <value>20</value> + <value>200</value> </prop> </group> <group oor:name="Writer"> |