소스 검색

Further reduce threshold

Vecna 4 달 전
부모
커밋
ed37bf1874
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/lox_analysis.rs

+ 4 - 4
src/lox_analysis.rs

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