Update docs & translation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "SYNCTHING-REST-API" "7" "November 09, 2015" "v0.12" "Syncthing"
|
||||
.TH "SYNCTHING-REST-API" "7" "November 14, 2015" "v0.12" "Syncthing"
|
||||
.SH NAME
|
||||
syncthing-rest-api \- REST API
|
||||
.
|
||||
@@ -602,6 +602,13 @@ needed by this device in order for it to become in sync.
|
||||
.fi
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.sp
|
||||
\fBNOTE:\fP
|
||||
.INDENT 0.0
|
||||
.INDENT 3.5
|
||||
This is an expensive call, increasing CPU and RAM usage on the device. Use sparingly.
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.SS POST /rest/db/prio
|
||||
.sp
|
||||
Moves the file to the top of the download queue.
|
||||
@@ -776,19 +783,55 @@ Returns the data sent in the anonymous usage report.
|
||||
.nf
|
||||
.ft C
|
||||
{
|
||||
"folderMaxFiles": 42106,
|
||||
"folderMaxMiB": 12563,
|
||||
"longVersion": "syncthing v0.10.27+5\-g36c93b7 (go1.4 darwin\-amd64 default) jb@syno 2015\-03\-16 20:43:34 UTC",
|
||||
"memorySize": 16384,
|
||||
"memoryUsageMiB": 41,
|
||||
"numDevices": 10,
|
||||
"numFolders": 4,
|
||||
"platform": "darwin\-amd64",
|
||||
"sha256Perf": 122.38,
|
||||
"totFiles": 45180,
|
||||
"totMiB": 18151,
|
||||
"uniqueID": "6vulmdGw",
|
||||
"version": "v0.10.27+5\-g36c93b7"
|
||||
"folderMaxMiB" : 0,
|
||||
"platform" : "linux\-amd64",
|
||||
"totMiB" : 0,
|
||||
"longVersion" : "syncthing v0.12.2 \e"Beryllium Bedbug\e" (go1.4.3 linux\-amd64 default) unknown\-user@build2.syncthing.net 2015\-11\-09 13:23:26 UTC",
|
||||
"upgradeAllowedManual" : true,
|
||||
"totFiles" : 3,
|
||||
"folderUses" : {
|
||||
"ignorePerms" : 0,
|
||||
"autoNormalize" : 0,
|
||||
"readonly" : 0,
|
||||
"ignoreDelete" : 0
|
||||
},
|
||||
"memoryUsageMiB" : 13,
|
||||
"version" : "v0.12.2",
|
||||
"sha256Perf" : 27.28,
|
||||
"numFolders" : 2,
|
||||
"memorySize" : 1992,
|
||||
"announce" : {
|
||||
"defaultServersIP" : 0,
|
||||
"otherServers" : 0,
|
||||
"globalEnabled" : false,
|
||||
"defaultServersDNS" : 1,
|
||||
"localEnabled" : false
|
||||
},
|
||||
"usesRateLimit" : false,
|
||||
"numCPU" : 2,
|
||||
"uniqueID" : "",
|
||||
"urVersion" : 2,
|
||||
"rescanIntvs" : [
|
||||
60,
|
||||
60
|
||||
],
|
||||
"numDevices" : 2,
|
||||
"folderMaxFiles" : 3,
|
||||
"relays" : {
|
||||
"defaultServers" : 1,
|
||||
"enabled" : true,
|
||||
"otherServers" : 0
|
||||
},
|
||||
"deviceUses" : {
|
||||
"compressMetadata" : 1,
|
||||
"customCertName" : 0,
|
||||
"staticAddr" : 1,
|
||||
"compressAlways" : 0,
|
||||
"compressNever" : 1,
|
||||
"introducer" : 0,
|
||||
"dynamicAddr" : 1
|
||||
},
|
||||
"upgradeAllowedAuto" : false
|
||||
}
|
||||
.ft P
|
||||
.fi
|
||||
|
||||
Reference in New Issue
Block a user