You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want Imaginary to also create preview images from PDF Documents, you have to add
1954
-
- ``OC\Preview\ImaginaryPDF``
1955
-
provider as well.
1949
+
Also requires the ``OC\Preview\Imaginary``
1950
+
provider to be enabled in the 'enabledPreviewProviders' array to create previews for these mimetypes: bmp, x-bitmap, png, jpeg, gif, heic, heif, svg+xml, tiff, webp and illustrator.
1951
+
1952
+
If you want Imaginary to also create preview images from PDF Documents, you have to add ``OC\Preview\ImaginaryPDF`` provider as well.
1956
1953
1957
1954
See https://github.com/h2non/imaginary
1958
1955
@@ -2317,16 +2314,16 @@ memcached_options
2317
2314
\Memcached::OPT_SEND_TIMEOUT => 50,
2318
2315
\Memcached::OPT_RECV_TIMEOUT => 50,
2319
2316
\Memcached::OPT_POLL_TIMEOUT => 50,
2320
-
2317
+
2321
2318
// Enable compression
2322
2319
\Memcached::OPT_COMPRESSION => true,
2323
-
2320
+
2324
2321
// Turn on consistent hashing
2325
2322
\Memcached::OPT_LIBKETAMA_COMPATIBLE => true,
2326
-
2323
+
2327
2324
// Enable Binary Protocol
2328
2325
\Memcached::OPT_BINARY_PROTOCOL => true,
2329
-
2326
+
2330
2327
// Binary serializer vill be enabled if the igbinary PECL module is available
0 commit comments