replaced max_outstanding_disk_bytes_per_connection with max_queued_disk_bytes in docs
This commit is contained in:
@@ -3379,7 +3379,7 @@ bytes per second.
|
|||||||
|
|
||||||
``pending_disk_bytes`` is the number of bytes this peer has pending in the
|
``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
|
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
|
``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
|
assigned to be allowed to send and receive until it has to request more quota
|
||||||
|
Reference in New Issue
Block a user