diff --git a/gui/default/syncthing/core/syncthingController.js b/gui/default/syncthing/core/syncthingController.js index f819af01..8446b0ba 100755 --- a/gui/default/syncthing/core/syncthingController.js +++ b/gui/default/syncthing/core/syncthingController.js @@ -77,7 +77,8 @@ angular.module('syncthing.core') staggeredVersionsPath: "", externalCommand: "", autoNormalize: true, - path: "" + path: "", + useLargeBlocks: true, }; $scope.localStateTotal = { diff --git a/gui/default/syncthing/folder/editFolderModalView.html b/gui/default/syncthing/folder/editFolderModalView.html index f90e4e3d..6d7074b3 100644 --- a/gui/default/syncthing/folder/editFolderModalView.html +++ b/gui/default/syncthing/folder/editFolderModalView.html @@ -150,76 +150,78 @@
Watching for changes discovers most changes without periodic scanning.
+ Variable Size Blocks +Variable size blocks (also "large blocks") are more efficient for large files.
The rescan interval must be a non-negative number of seconds.
Files are protected from changes made on other devices, but changes made on this device will be sent to the rest of the cluster.
-Files are synchronized from the cluster, but any changes made locally will not be sent to other devices.
-Files are protected from changes made on other devices, but changes made on this device will be sent to the rest of the cluster.
+Files are synchronized from the cluster, but any changes made locally will not be sent to other devices.
- Enter a non-negative number (e.g., "2.35") and select a unit. Percentages are as part of the total disk size. -
-File permission bits are ignored when looking for changes. Use on FAT file systems.
-- Enter a non-negative number (e.g., "2.35") and select a unit. Percentages are as part of the total disk size. -
+ ++ Enter a non-negative number (e.g., "2.35") and select a unit. Percentages are as part of the total disk size. +
+File permission bits are ignored when looking for changes. Use on FAT file systems.
++ Enter a non-negative number (e.g., "2.35") and select a unit. Percentages are as part of the total disk size. +
+