generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2020-08-08 03:40:43 +00:00
parent 5394159448
commit 4783e28ee5

View File

@@ -1537,6 +1537,24 @@ One way to test is applying for a trystack account at http://trystack.org/
To use swift V3
::
'objectstore.multibucket.preview-distribution' => false,
If this is set to true and a multibucket object store is configured then
newly created previews are put into 256 dedicated buckets.
Those buckets are named like the mulibucket version but with the postfix
``-preview-NUMBER`` where NUMBER is between 0 and 255.
Keep in mind that only previews of files are put in there that don't have
some already. Otherwise the old bucket will be used.
To migrate existing previews to this new multibucket distribution of previews
use the occ command ``preview:repair``. For now this will only migrate
previews that were generated before Nextcloud 19 in the flat
``appdata_INSTANCEID/previews/FILEID`` folder structure.
Sharing
-------