From 0cd687b714b36721fee620e97b2288c600df8e71 Mon Sep 17 00:00:00 2001 From: Wulf Weich Date: Thu, 17 Mar 2016 06:13:05 +0100 Subject: [PATCH] Correct unit for rate limit (fixes syncthing/syncthing#2844) Correct unit for `maxSendKbps` and `maxRecvKbps` from kibibits to kibibytes. --- users/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/config.rst b/users/config.rst index 1d8f52625..39400cd99 100644 --- a/users/config.rst +++ b/users/config.rst @@ -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