- Delay start of PeerTestJob

This commit is contained in:
zzz
2009-07-20 00:59:02 +00:00
parent 99f8468f63
commit 72a7393844

View File

@ -53,6 +53,7 @@ public class PeerTestJob extends JobImpl {
public void startTesting(PeerManager manager) { // LINT -- Exporting non-public type through public API
_manager = manager;
_keepTesting = true;
this.getTiming().setStartAfter(getContext().clock().now() + DEFAULT_PEER_TEST_DELAY);
getContext().jobQueue().addJob(this);
if (_log.shouldLog(Log.INFO))
_log.info("Start testing peers");