Further reduce threshold

This commit is contained in:
Vecna 2024-06-29 18:11:20 -04:00
parent 58de633f3d
commit ed37bf1874
1 changed files with 4 additions and 4 deletions

View File

@ -65,13 +65,13 @@ fn too_few_bridge_ips(
// expect 10 // expect 10
0 0
} else if max_users <= 40 { } else if max_users <= 40 {
// expect 30 // expect 30, possibly as few as 21
8 0
} else if max_users <= 96 { } else if max_users <= 96 {
// expect 90 // expect 90
16 8
} else { } else {
32 16
}; };
// If we see positive reports from trusted users, halve the minimum // If we see positive reports from trusted users, halve the minimum