Correct unit for rate limit (fixes syncthing/syncthing#2844)
Correct unit for `maxSendKbps` and `maxRecvKbps` from kibibits to kibibytes.
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user