[release] 3.0.0-HXP-A2

* Fix ready probe in libreoffice & imagemagick
* Add switch for behind-proxy
This commit is contained in:
alandavis
2022-08-09 08:59:09 +01:00
parent 02cded4c0d
commit 664d2b84b2
5 changed files with 17 additions and 8 deletions

View File

@@ -69,6 +69,6 @@ public class ImageMagickTransformEngine implements TransformEngine
public ProbeTransform getProbeTransform()
{
return new ProbeTransform("probe.jpg", MIMETYPE_IMAGE_JPEG, MIMETYPE_IMAGE_PNG, Collections.emptyMap(),
35593, 1024, 150, 1024, 60 * 15 + 1, 60 * 15);
25383, 1024, 150, 1024, 60 * 15 + 1, 60 * 15);
}
}