Skip to content

Commit

Permalink
remove unused timeout
Browse files Browse the repository at this point in the history
Vardominator committed Aug 8, 2024
1 parent 48861cb commit ce49e8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/client/config.rs
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@ use serde::Deserialize;
#[derive(Deserialize)]
pub struct ClientConfig {
pub version: String,
pub timeout: i64,
}

#[derive(Deserialize)]
@@ -16,7 +15,6 @@ impl Config {
Config {
client: ClientConfig {
version: "v1".to_string(),
timeout: 10,
},
}
}

0 comments on commit ce49e8d

Please sign in to comment.