forked from premiere/premiere-libtorrent
replaced max_outstanding_disk_bytes_per_connection with max_queued_disk_bytes in docs
This commit is contained in:
parent
7ad858ccd9
commit
c0b83375bf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue