I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit c8397990 authored by zzz's avatar zzz
Browse files

increase min floodfills again

parent b7ff4fe8
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ class FloodfillMonitorJob extends JobImpl { ...@@ -26,7 +26,7 @@ class FloodfillMonitorJob extends JobImpl {
private static final int REQUEUE_DELAY = 60*60*1000; private static final int REQUEUE_DELAY = 60*60*1000;
private static final long MIN_UPTIME = 2*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 long MIN_CHANGE_DELAY = 6*60*60*1000;
private static final int MIN_FF = 110; private static final int MIN_FF = 150;
private static final int MAX_FF = 220; private static final int MAX_FF = 220;
private static final String PROP_FLOODFILL_PARTICIPANT = "router.floodfillParticipant"; private static final String PROP_FLOODFILL_PARTICIPANT = "router.floodfillParticipant";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment