Skip to content

Commit da1f341

Browse files
committed
fix(scanner): change default settings, to make the test join check
1 parent 3391242 commit da1f341

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/scanning/scanner.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ impl Default for ScanConfig {
2525
ping_timeout: Duration::from_secs(3),
2626
join_timeout: Duration::from_secs(3),
2727

28-
with_uuid: false,
29-
do_query: false,
30-
do_join: false,
28+
with_uuid: true,
29+
do_query: true,
30+
do_join: true,
3131
max_tasks: 2000,
3232
}
3333
}

0 commit comments

Comments
 (0)