mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-19 19:01:22 +00:00
reduce interval cleanup
This commit is contained in:
parent
05b83ade47
commit
256baeb1f4
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user