increase floodfills to 250

This commit is contained in:
zzz
2012-03-05 00:37:20 +00:00
parent 0c55de7fcc
commit 57f4ede102

View File

@@ -26,7 +26,7 @@ class FloodfillMonitorJob extends JobImpl {
private static final int REQUEUE_DELAY = 60*60*1000;
private static final long MIN_UPTIME = 2*60*60*1000;
private static final long MIN_CHANGE_DELAY = 6*60*60*1000;
private static final int MIN_FF = 200;
private static final int MIN_FF = 250;
private static final int MAX_FF = 999999;
private static final String PROP_FLOODFILL_PARTICIPANT = "router.floodfillParticipant";