forked from I2P_Developers/i2p.i2p
NetDB: Use isSlow() in floodfill criteria
This commit is contained in:
@ -109,7 +109,7 @@ class FloodfillMonitorJob extends JobImpl {
|
||||
return false;
|
||||
|
||||
// ARM ElG decrypt is too slow
|
||||
if (SystemVersion.isARM() || SystemVersion.isAndroid())
|
||||
if (SystemVersion.isSlow())
|
||||
return false;
|
||||
|
||||
if (getContext().getBooleanProperty(UDPTransport.PROP_LAPTOP_MODE))
|
||||
|
Reference in New Issue
Block a user