Set default ClientConn command channel bufsize to 1
This commit is contained in:
parent
36f6dc1587
commit
f093c0e9e5
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ impl Default for ClientConnConfig {
|
||||||
Self {
|
Self {
|
||||||
domain: "euphoria.leet.nu".to_string(),
|
domain: "euphoria.leet.nu".to_string(),
|
||||||
human: false,
|
human: false,
|
||||||
channel_bufsize: 10,
|
channel_bufsize: 1,
|
||||||
connect_timeout: Duration::from_secs(10),
|
connect_timeout: Duration::from_secs(10),
|
||||||
command_timeout: Duration::from_secs(30),
|
command_timeout: Duration::from_secs(30),
|
||||||
ping_interval: Duration::from_secs(30),
|
ping_interval: Duration::from_secs(30),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue