From c0b83375bfcd70f7c9d25e40598f62245f06ec19 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 20 Jul 2009 00:23:16 +0000 Subject: [PATCH] replaced max_outstanding_disk_bytes_per_connection with max_queued_disk_bytes in docs --- docs/manual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual.rst b/docs/manual.rst index 014362068..0cf5c4a0d 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -3379,7 +3379,7 @@ bytes per second. ``pending_disk_bytes`` is the number of bytes this peer has pending in the disk-io thread. Downloaded and waiting to be written to disk. This is what -is capped by ``session_settings::max_outstanding_disk_bytes_per_connection``. +is capped by ``session_settings::max_queued_disk_bytes``. ``send_quota`` and ``receive_quota`` are the number of bytes this peer has been assigned to be allowed to send and receive until it has to request more quota