fix: increase default frame confirmation timeout

This commit is contained in:
Xiretza 2022-06-24 20:45:22 +02:00
parent 3c36bc6766
commit 35a3319e7f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ use splink_client::{send_frame, Layout, SenderError};
#[clap(author, version, about, long_about = None)]
struct Args {
/// Timeout in ms for frame completion responses (0 to disable)
#[clap(long, default_value_t = 3)]
#[clap(long, default_value_t = 10)]
response_timeout: u64,
/// Local address and port to bind to