mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-07 22:33:56 -05:00
Allow ImageMagick to use 1GiB of disk caches
This matches the "websafe" upstream preset[0], and our current limit is too low for high-noise images (like a scene full of snow).
[0]: c7d070ec65/config/policy-websafe.xml (L58)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<policymap>
|
||||
<policy domain="resource" name="time" value="30" />
|
||||
<policy domain="resource" name="disk" value="256MiB"/>
|
||||
<policy domain="resource" name="disk" value="1GiB"/>
|
||||
<policy domain="resource" name="map" value="256MiB"/>
|
||||
<policy domain="resource" name="memory" value="256MiB"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user