mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-29 13:11:22 +00:00
reduce interval cleanup
This commit is contained in:
@@ -102,7 +102,7 @@ public void queueFileSendToPeer(Peer peer, Message fileMessage) {
|
||||
LOGGER.debug("Cleaned up PeerSendManager for peer {}", peer);
|
||||
}
|
||||
}
|
||||
}, 0, 30, TimeUnit.MINUTES);
|
||||
}, 0, 5, TimeUnit.MINUTES);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user