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

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

slow down the volunteers again

parent d8e29393
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ class FloodfillMonitorJob extends JobImpl {
// there's a lot of eligible non-floodfills, keep them from all jumping in at once
// To do: somehow assess the size of the network to make this adaptive?
if (!ff)
delay *= 3;
delay *= 7;
requeue(delay);
}
......
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