Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions users/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,17 @@ The following child elements may exist:
devices when this is set to ``true``. See
:doc:`/advanced/folder-send-xattrs` for more information.

.. option:: folder.blockIndexing

.. versionadded:: 2.1.0

Whether to use block indexing for the folder; defaults to ``true`` for
send-only and receive-only folders. Block indexing makes it possible for
Syncthing to reuse data blocks between files (even in different
folders), but requires maintaining an index of every individual block's
hash. This index can be costly for large folders, so indexing can be
disabled with the tradeoff of using more bandwidth for transfers.


Device Element
--------------
Expand Down
Loading