@@ -102,7 +102,6 @@ The following shows an example of the default configuration file (IDs will diffe
102102 <keepTemporariesH >24</keepTemporariesH >
103103 <cacheIgnoredFiles >false</cacheIgnoredFiles >
104104 <progressUpdateIntervalS >5</progressUpdateIntervalS >
105- <symlinksEnabled >true</symlinksEnabled >
106105 <limitBandwidthInLan >false</limitBandwidthInLan >
107106 <minHomeDiskFreePct >1</minHomeDiskFreePct >
108107 <releasesURL >https://api.github.com/repos/syncthing/syncthing/releases?per_page=30</releasesURL >
@@ -184,13 +183,13 @@ The following child elements may exist:
184183device
185184 These must have the ``id `` attribute and can have an ``introducedBy `` attribute,
186185 identifying the device that introduced us to share this folder with the given device.
187- If the original introducer unshares this folder with this device, our device will follow
186+ If the original introducer unshares this folder with this device, our device will follow
188187 and unshare the folder (subject to skipIntroductionRemovals being false on the introducer device).
189- All mentioned devices are those that will be sharing the folder in question.
188+ All mentioned devices are those that will be sharing the folder in question.
190189 Each mentioned device must have a separate ``device `` element later in the file.
191190 It is customary that the local device ID is included in all folders.
192191 Syncthing will currently add this automatically if it is not present in
193- the configuration file.
192+ the configuration file.
194193
195194minDiskFreePct
196195 The percentage of space that should be available on the disk this folder
@@ -309,9 +308,9 @@ introducer
309308
310309skipIntroductionRemovals
311310 Set to true if you wish to follow only introductions and not de-introductions.
312- For example, if this is set, we would not remove a device that we were introduced
311+ For example, if this is set, we would not remove a device that we were introduced
313312 to even if the original introducer is no longer listing the remote device as known.
314-
313+
315314introducedBy
316315 Defines which device has introduced us to this device. Used only for following de-introductions.
317316
@@ -436,7 +435,6 @@ Options Element
436435 <keepTemporariesH >24</keepTemporariesH >
437436 <cacheIgnoredFiles >false</cacheIgnoredFiles >
438437 <progressUpdateIntervalS >5</progressUpdateIntervalS >
439- <symlinksEnabled >true</symlinksEnabled >
440438 <limitBandwidthInLan >false</limitBandwidthInLan >
441439 <minHomeDiskFreePct >1</minHomeDiskFreePct >
442440 <releasesURL >https://api.github.com/repos/syncthing/syncthing/releases?per_page=30</releasesURL >
@@ -553,11 +551,6 @@ progressUpdateIntervalS
553551 How often in seconds the progress of ongoing downloads is made available to
554552 the GUI.
555553
556- symlinksEnabled
557- Whether to sync symlinks, if supported by the system. Symlinks are supported
558- on all platforms except for Windows, where they are ignored. Syncthing does
559- not differentiate between different types of symlinks.
560-
561554limitBandwidthInLan
562555 Whether to apply bandwidth limits to devices in the same broadcast domain
563556 as the local device.
0 commit comments