mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-07 02:40:38 +00:00
Update client.rs
This commit is contained in:
parent
8636a7f198
commit
58c5724392
1 changed files with 4 additions and 4 deletions
|
@ -9,10 +9,10 @@ use tokio::io::{AsyncBufReadExt, AsyncWriteExt, BufReader};
|
|||
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub(crate) struct ConnectionConfig {
|
||||
max_retries: u32,
|
||||
initial_delay_ms: u64,
|
||||
max_delay_ms: u64,
|
||||
backoff_factor: f64,
|
||||
max_retries: u16,
|
||||
initial_delay_ms: u16,
|
||||
max_delay_ms: u32,
|
||||
backoff_factor: f32,
|
||||
}
|
||||
|
||||
impl Default for ConnectionConfig {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue