Skip to content

Commit

Permalink
Increase defaults for graphic cache (#161)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5c18dcd)
  • Loading branch information
Pilot-Pirx committed Nov 25, 2022
1 parent 0f0d5dc commit ae85d0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1494,15 +1494,15 @@
<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>
<author>AF</author>
<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>
Expand Down

0 comments on commit ae85d0b

Please sign in to comment.