Skip to content

Commit 17fb341

Browse files
committed
fix: config_sample_php_parameters.rst
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 1c28e79 commit 17fb341

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

admin_manual/configuration_server/config_sample_php_parameters.rst

+8-11
Original file line numberDiff line numberDiff line change
@@ -1946,13 +1946,10 @@ preview_imaginary_url
19461946

19471947
Set the URL of the Imaginary service to send image previews to.
19481948

1949-
Also requires the
1950-
- ``OC\Preview\Imaginary``
1951-
provider to be enabled in the 'enabledPreviewProviders' array, to create previews for these mimetypes:
1952-
bmp, x-bitmap, png, jpeg, gif, heic, heif, svg+xml, tiff, webp and illustrator.
1953-
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.
19561953

19571954
See https://github.com/h2non/imaginary
19581955

@@ -2317,16 +2314,16 @@ memcached_options
23172314
\Memcached::OPT_SEND_TIMEOUT => 50,
23182315
\Memcached::OPT_RECV_TIMEOUT => 50,
23192316
\Memcached::OPT_POLL_TIMEOUT => 50,
2320-
2317+
23212318
// Enable compression
23222319
\Memcached::OPT_COMPRESSION => true,
2323-
2320+
23242321
// Turn on consistent hashing
23252322
\Memcached::OPT_LIBKETAMA_COMPATIBLE => true,
2326-
2323+
23272324
// Enable Binary Protocol
23282325
\Memcached::OPT_BINARY_PROTOCOL => true,
2329-
2326+
23302327
// Binary serializer vill be enabled if the igbinary PECL module is available
23312328
//\Memcached::OPT_SERIALIZER => \Memcached::SERIALIZER_IGBINARY,
23322329
],

0 commit comments

Comments
 (0)