diff --git a/rustybot/src/strategy.rs b/rustybot/src/strategy.rs index 189c5bf..b89fbce 100644 --- a/rustybot/src/strategy.rs +++ b/rustybot/src/strategy.rs @@ -196,7 +196,7 @@ pub struct FastOrderStrategy { impl Default for FastOrderStrategy { fn default() -> Self { - Self { threshold: 0.05 } + Self { threshold: 0.2 } } }