gui, man, authors: Update docs, translations, and contributors
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "SYNCTHING-CONFIG" "5" "Jan 25, 2021" "v1" "Syncthing"
|
||||
.TH "SYNCTHING-CONFIG" "5" "Feb 02, 2021" "v1" "Syncthing"
|
||||
.SH NAME
|
||||
syncthing-config \- Syncthing Configuration
|
||||
.
|
||||
@@ -441,9 +441,11 @@ On Unix systems, tries to copy file/folder ownership from the parent directory (
|
||||
Requires running Syncthing as privileged user, or granting it additional capabilities (e.g. CAP_CHOWN on Linux).
|
||||
.TP
|
||||
.B modTimeWindowS
|
||||
Allowed modification timestamp difference when comparing files for equivalence.
|
||||
To be used on systems that have unstable modification timestamps, that might change after being observed after
|
||||
the last write operation. Used in Android only.
|
||||
Allowed modification timestamp difference when comparing files for
|
||||
equivalence. To be used on file systems which have unstable
|
||||
modification timestamps that might change after being recorded
|
||||
during the last write operation. Defaults to 2 on Android when the
|
||||
folder is located on a FAT partition, and always to 0 elsewhere.
|
||||
.TP
|
||||
.B maxConcurrentWrites
|
||||
Maximum number of concurrent write operations while syncing. Defaults to 2. Increasing this might increase or
|
||||
|
||||
Reference in New Issue
Block a user