Sybil: Reduce default threshold

This commit is contained in:
zzz
2021-01-02 09:58:08 -05:00
parent a481255adb
commit 2df5fb972a

View File

@@ -94,7 +94,7 @@ public class Analysis extends JobImpl implements RouterApp {
private static final double POINTS_NEW = 4.0;
private static final double POINTS_BANLIST = 25.0;
public static final boolean DEFAULT_BLOCK = true;
public static final double DEFAULT_BLOCK_THRESHOLD = 75.0;
public static final double DEFAULT_BLOCK_THRESHOLD = 50.0;
public static final long DEFAULT_BLOCK_TIME = 7*24*60*60*1000L;
public static final long DEFAULT_REMOVE_TIME = 30*24*60*60*1000L;
public static final long DEFAULT_FREQUENCY = 24*60*60*1000L;