Correct unit for rate limit (fixes syncthing/syncthing#2844)

Correct unit for `maxSendKbps` and `maxRecvKbps` from kibibits to kibibytes.
This commit is contained in:
Wulf Weich
2016-03-17 06:13:05 +01:00
parent c2a514250f
commit 0cd687b714
+2 -2
View File
@@ -433,10 +433,10 @@ relayServer
from the relay pool server, ``relays.syncthing.net``. from the relay pool server, ``relays.syncthing.net``.
maxSendKbps maxSendKbps
Outgoing data rate limit, in kibibits per second. Outgoing data rate limit, in kibibytes per second.
maxRecvKbps maxRecvKbps
Incoming data rate limits, in kibibits per second. Incoming data rate limits, in kibibytes per second.
reconnectionIntervalS reconnectionIntervalS
The number of seconds to wait between each attempt to connect to currently The number of seconds to wait between each attempt to connect to currently