rust #10

Merged
peperunas merged 127 commits from rust into master 2021-02-18 09:42:16 +00:00
Showing only changes of commit 3a0a420c5a - Show all commits

View File

@ -196,7 +196,7 @@ pub struct FastOrderStrategy {
impl Default for FastOrderStrategy {
fn default() -> Self {
Self { threshold: 0.05 }
Self { threshold: 0.2 }
}
}