From 8e0ce7bde2e379eecafc27331921865e34326314 Mon Sep 17 00:00:00 2001 From: David Michaelis <69125082+dvmc@users.noreply.github.com> Date: Fri, 29 Apr 2022 17:09:32 +0200 Subject: [PATCH] Fix transfer rate limit documentation From our observations and according to `src/init_afd/afddefs.h:2787`, the unit of the transfer rate limit is bytes per second, not kilobytes. --- doc/html-en/host_config.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/html-en/host_config.html b/doc/html-en/host_config.html index 5d258227..6d5721cc 100644 --- a/doc/html-en/host_config.html +++ b/doc/html-en/host_config.html @@ -412,7 +412,7 @@

The HOST_CONFIG file

Transfer rate limit - The maximum number of kilobytes that may be transferred per second. + The maximum number of bytes that may be transferred per second. This option does nothing for the scheme file.