File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
admin_manual/configuration_files Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,10 @@ The configuration has the following structure:
59
59
],
60
60
],
61
61
62
+ .. note :: You are NOT supposed to disable file locking and this is now considered potentially
63
+ dangerous. Locking is handled in Redis and is handled separately from the underlying storage. If
64
+ you have disabled file locking already it is highly encouraged for you to re-enable it.
65
+
62
66
~~~~~~~~~~~~~~~
63
67
OpenStack Swift
64
68
~~~~~~~~~~~~~~~
@@ -258,9 +262,10 @@ in :code:`config.php`:
258
262
Multibucket object store backend maps every user to a range of buckets and saves
259
263
all files for that user in their corresponding bucket.
260
264
261
- .. note :: While it is possible to change the number of buckets used by an existing Nextcloud
262
- instance, the user-to-buckets mapping is only created once, so only newly created
263
- users will be mapped to the updated range of buckets.
265
+ .. note ::
266
+ While it is possible to change the number of buckets used by an existing Nextcloud
267
+ instance, the user-to-buckets mapping is only created once, so only newly created
268
+ users will be mapped to the updated range of buckets.
264
269
265
270
You can find out more information about upscaling with object storage and Nextcloud in the
266
271
`Nextcloud customer portal <https://portal.nextcloud.com/article/object-store-as-primary-storage-16.html >`_.
You can’t perform that action at this time.
0 commit comments