Skip to content

Commit

Permalink
remove timeout option
Browse files Browse the repository at this point in the history
  • Loading branch information
super-continent committed Nov 25, 2024
1 parent e63d396 commit 744aeb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sammi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ pub struct SammiConfig {
pub websocket_ip: String,
pub websocket_port: u16,
pub state_update_hz: f32,
pub timeout: f32,
pub developer_data: SammiDevConfig,
}

Expand All @@ -57,7 +56,6 @@ impl Default for SammiConfig {
websocket_ip: "0.0.0.0".into(),
websocket_port: 6651,
state_update_hz: 60.0,
timeout: 0.1,
developer_data: SammiDevConfig::default(),
}
}
Expand Down

0 comments on commit 744aeb7

Please sign in to comment.