Skip to content

Commit

Permalink
Allow a bit more settle time. Needed when usb is very busy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed May 16, 2024
1 parent 660e0f2 commit 64d2058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teleprobe/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fn default_cycle_delay_seconds() -> f64 {
}

fn default_max_settle_time_millis() -> u64 {
20000
60000
}

#[derive(Clone, Serialize, Deserialize)]
Expand Down

0 comments on commit 64d2058

Please sign in to comment.