forked from I2P_Developers/i2p.i2p
NetDB: Partially revert last NetDB change: flood because we don't want to create a hole in the DHT before publisher resends to somebody else.
This commit is contained in:
@@ -216,7 +216,6 @@ public class HandleFloodfillDatabaseStoreMessageJob extends JobImpl {
|
||||
// flood it
|
||||
if (invalidMessage == null &&
|
||||
getContext().netDb().floodfillEnabled() &&
|
||||
!getContext().router().gracefulShutdownInProgress() &&
|
||||
_message.getReplyToken() > 0) {
|
||||
if (wasNew) {
|
||||
// DOS prevention
|
||||
|
Reference in New Issue
Block a user