mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-26 15:06:37 +02:00
update sender workers documentation
This commit is contained in:
parent
a96f7afe71
commit
b316bba0d9
1 changed files with 2 additions and 4 deletions
|
@ -1823,11 +1823,9 @@ pub struct Config {
|
|||
pub stream_amplification: usize,
|
||||
|
||||
/// Number of sender task workers; determines sender parallelism. Default is
|
||||
/// '0' which means the value is determined internally, likely matching the
|
||||
/// number of tokio worker-threads or number of cores, etc. Override by
|
||||
/// setting a non-zero value.
|
||||
/// '4'. Override by setting a different value. Values clamped 1 to core count.
|
||||
///
|
||||
/// default: 0
|
||||
/// default: 4
|
||||
#[serde(default = "default_sender_workers")]
|
||||
pub sender_workers: usize,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue