Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFelix Weilbach <felix.weilbach@nextcloud.com>2021-04-16 16:27:48 +0300
committerFelix Weilbach <felix.weilbach@nextcloud.com>2021-04-16 16:27:48 +0300
commit315fdb0be8143cdfc3e911872661e704ef1d589a (patch)
treef74622f5f6001d97af6d7bc14b1fbf33c8a2905d /doc
parent218e69e51046ab39d0f69f3b7489de5d16bdf76d (diff)
Documentation: Correct option to enable virtual files on Linux/macOS
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/architecture.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/architecture.rst b/doc/architecture.rst
index fe25840a8..02218e564 100644
--- a/doc/architecture.rst
+++ b/doc/architecture.rst
@@ -373,7 +373,7 @@ Example:
Virtual Files
----------------
.. note::
- * This feature is currently only available on ``Windows`` by default. ``Linux`` implementation is experimental and must be enabled by adding ``enableExperimentalOptions=true`` to the ``nextcloud.cfg`` configuration file in the ``App Data`` folder. ``macOS``, at the moment, is using the same backend as ``Linux`` one. It can be enabled with the same ``enableExperimentalOptions`` flag.
+ * This feature is currently only available on ``Windows`` by default. ``Linux`` implementation is experimental and must be enabled by adding ``showExperimentalOptions=true`` to the ``nextcloud.cfg`` configuration file in the ``App Data`` folder. ``macOS``, at the moment, is using the same backend as ``Linux`` one. It can be enabled with the same ``showExperimentalOptions`` flag.
Oftentimes, users are working with a huge amount of files that are big in size. Synchronizing every such file to a device that's running a Nextcloud desktop client is not always possible due to the user's device storage space limitation.
Let's assume that your desktop client is connected to a server that has 1TB of data. You want all those files at hand, so you can quickly access any file via the file explorer. Your device has 512GB local storage device.