slow down the volunteers again
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user