change type to f64

This commit is contained in:
jb-alvarado 2022-02-22 22:20:07 +01:00
parent 174d20f546
commit 30348f6b66

View File

@ -20,7 +20,7 @@ pub struct Config {
#[derive(Debug, Serialize, Deserialize, Clone)]
pub struct General {
pub stop_threshold: u32,
pub stop_threshold: f64,
}
#[derive(Debug, Serialize, Deserialize, Clone)]