default threshold to 0.2
This commit is contained in:
parent
50533b0537
commit
3a0a420c5a
@ -196,7 +196,7 @@ pub struct FastOrderStrategy {
|
||||
|
||||
impl Default for FastOrderStrategy {
|
||||
fn default() -> Self {
|
||||
Self { threshold: 0.05 }
|
||||
Self { threshold: 0.2 }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user