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``.
|
||||
|
||||
maxSendKbps
|
||||
Outgoing data rate limit, in kibibits per second.
|
||||
Outgoing data rate limit, in kibibytes per second.
|
||||
|
||||
maxRecvKbps
|
||||
Incoming data rate limits, in kibibits per second.
|
||||
Incoming data rate limits, in kibibytes per second.
|
||||
|
||||
reconnectionIntervalS
|
||||
The number of seconds to wait between each attempt to connect to currently
|
||||
|
||||
Reference in New Issue
Block a user