slow down the volunteers again

This commit is contained in:
zzz
2009-10-14 13:51:48 +00:00
parent d8e2939307
commit 7da46517ae

View File

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