replaced max_outstanding_disk_bytes_per_connection with max_queued_disk_bytes in docs

This commit is contained in:
Arvid Norberg 2009-07-20 00:23:16 +00:00
parent 7ad858ccd9
commit c0b83375bf
1 changed files with 1 additions and 1 deletions

View File

@ -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